Forum Moderators: open
The URL I have for this on my webbots page is
[linpro.no...]
use LWP::Simple;
$page = get "http://www.foo.com/index.html";
print STDOUT $page;
exit;
You can download LWP::Simple from CPAN. The URL is: [search.cpan.org...]