in reply to replacement for LWP::Simple ?
still error message appears:#!/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;
so there is an error while processing --> $myDocument;Useless use of a variable in void context at /docs/cust-bin/test.cgi l +ine 8. Content-type: text/html
Jacek
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: replacement for LWP::Simple ?
by Util (Priest) on May 14, 2002 at 18:22 UTC |