in reply to Re: Fetching HTML Pages with Sockets
in thread Fetching HTML Pages with Sockets

I would also add that Win32 Perl installations have "get.bat" in the /Perl/bin dir so you can "get" pages from the command line or you can write simple one liners to fetch one or many pages or binaries :-)
perl -le "`get http://www.perlmonks.com/index.pl?parent=392273;node_id +=3333 > node_$_.htm` for qw /3333/;"

This example fetches this node and the one above it.
JamesNC