in reply to
Re: Perl Problem
in thread
Internal server error
Your form's action type could be set to POST (instead of GET), in which case yer data should be read from
STDIN
, not
$ENV{QUERY_STRING}
But please, make the world a better place; use
CGI
;
[
ar0n
]
Comment on
(ar0n) Re: Re: Perl Problem
In Section
Seekers of Perl Wisdom