![]() |
|
XP is just a number | |
PerlMonks |
Re: Re: Re: Pulling by regex IIby DapperDan (Pilgrim) |
on Dec 14, 2002 at 23:52 UTC ( #219915=note: print w/replies, xml ) | Need Help?? |
It's a problem with the output of the script; which is more than likely quite easy to fix. You print your headers using a call to CGI.pm (see the print header; line?), followed by a blank line, and then the page data (<html> etc.). You get the "premature end of script headers error" if you didn't output the blank line. That means your problem may be something to do with your print header; line. Try reading the CGI spec, the CGI.pm perldoc , and try again.
In Section
Seekers of Perl Wisdom
|
|