in reply to replacement for LWP::Simple ?
#!/usr/local/bin/perl -w use lib '.'; use LWP::Simple; $myDocument = get "http://www.ecst.csuchico.edu/"; print "Content-type: text/html\n\n", $myDocument;
I received
Useless use of a variable in void context at /docs/cust-bin/test.cgi
line 6. Content-type: text/html
Jacek
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: replacement for LWP::Simple ?
by Util (Priest) on May 14, 2002 at 14:28 UTC |