it gets errors
Premature end of script headers: f:/apache/cgi-bin/passget1.cgi
Undefined subroutine &main::param called at f:\apache\cgi-bin\passget1.cgi line 5.
i got a internal server error, the log said "Premature end of script headers: f:/apache/cgi-bin/passget.cgi"
also, are you sure this is the right part to take input from the form?
$FORM{pass}
the html part is
"
<form TARGET="_top" name="passget" action="/cgi-bin/passget.cgi" METHOD="post"...
im new to perl and cgi allthgether, im gona get a book about it, but I need to have a script that can take form input and put it into a file on my server here is the code I have sofar
#!perl
print "Content-type:text/html\n\n";
# Get Browser Verion Info
if ($ENV{'REQUEST_METHOD'} eq 'POST') {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.