Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $content = $ua->get("http://www.yahoo.com");
    $ua->delay(10/600);
    print $content;
    
  2. or download this
    HTTP::Response=HASH(0x82111c0)