Help for this page
use strict; use warnings; ... my $INET = new Win32::Internet(); my $file = $INET->FetchURL("http://www.yahoo.com"); print $file;