in reply to I Appear To Be HTTP-Stupid
First, have you verified that there's a Perl in /usr/local/bin/? Second, that snippet doesn't print a valid HTTP hesponse header. Adding
before you print $results should be sufficient.print "Content-type: text/html\r\n\r\n";
Update: I misread the question. Looking at it again, the issue appears to be on the Earthlink side.
(GET is a batch file that uses LWP.)C:\> cd \perl\bin C:\Perl\bin> GET http://home.earthlink.net/ <HTML> <HEAD><TITLE>An Error Occurred</TITLE></HEAD> <BODY> <H1>An Error Occurred</H1> 404 Not Found </BODY> </HTML> C:\Perl\bin>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: I Appear To Be HTTP-Stupid
by marinersk (Priest) on Apr 15, 2003 at 22:07 UTC | |
|
Re: Re: I Appear To Be HTTP-Stupid
by marinersk (Priest) on Apr 15, 2003 at 22:34 UTC |