Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
         print "Error: " . $res->status_line . "\n"; 
      }
    
  2. or download this
        my $ua = LWP::UserAgent->new;
        
    ...
      }