Help for this page

Select Code to Download


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