Help for this page

Select Code to Download


  1. or download this
     $ua = new LWP::UserAgent;
     $ua->agent('Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 5.
    +12  [en]' . $ua->agent);
    ...
     print "$id\n";
     
     $html=$ua->request($req)->as_string;
    
  2. or download this
    $ua = new LWP::UserAgent;
     $ua->agent('Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 5.
    +12  [en]' . $ua->agent);
    ...
     print "$id\n";
     
     $html=$ua->request($req)->as_string;