Re: reading web page content



atiqul.islam@xxxxxxxxxx wrote:
Hi:

Need a perl script to read a web page. something like:

goto=http://www.webserver.com/page.html port=80
save the complete page into a variable or redirect it to a temp.file

Thanks,

use LWP::Simple

.