Help for this page

Select Code to Download


  1. or download this
    #!/path/to/perl
        use strict;
    ...
        die "Error $myurl\n ", $page->status_line, "\n Aborting" 
        unless $page->is_success; 
        print "Success", $page->content_type, " document!\n";