Help for this page

Select Code to Download


  1. or download this
    for my $i (0..10000) {
      $ua->get('siteone_dot_com?show_subsite', id => , extern_uid => $i);
      # process reply
    }
    
  2. or download this
      use strict; 
      use warnings; 
    ...
        my $m = WWW::Mechanize->new;
    
        $m->get("the domain name ");