in reply to Problem with read( STDIN, $query_string, $ENV{'CONTENT_LENGTH'} );
mr_mischief is absolutely right.
Beyond that, CGI.pm reads from STDIN. When you call parse_form_data() there's nothing left on STDIN from which to read.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with read( STDIN, $query_string, $ENV{'CONTENT_LENGTH'} );
by KyussRyn (Acolyte) on Dec 21, 2010 at 02:00 UTC |