Posted: Sat Oct 06, 2007 1:56 pm PERL - FORTRAN Interaction via web (HTML)
Hi.. Im trying to interact programs in Fortran with PERL and HTML as front end.. In HTML im using <FORM ACTION="http:.................pl" METHOD="POST">. Im trying to call perl script(.pl) via HTML.. But when put on server and run.. it says "POST method is not allowed for /..........". Could any one give me some information regarding this.. Thanks in advance..
Pattons3rd
Joined: 28 Dec 2006
Posts: 1212
Location: Colorado
Posted: Sun Oct 07, 2007 6:08 am
Well, I guess the Perl script has problems with the POST method.
It really depends on what is in that.
ksyz_1
Joined: 06 Oct 2007
Posts: 2
Posted: Mon Oct 08, 2007 5:55 am
yeah.. I guess therz some problem with the post method.. Is there any other approach to solve this?? may be with PHP??? any suggestions??