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", $page1->content_type, " document!\n";
    
  2. or download this
        Error at https://www.redhat.com
        400 Bad Request
        Aborting at test.pl line 30.