Help for this page

Select Code to Download


  1. or download this
    
    for my $id (0 .. 100000)
    ...
        //rest of the code
    }
    
  2. or download this
    
    for my $i (0..10000) {
      $ua->get('http://www-db.sn.schule.de/index.php', id => 21, extern_ui
    +d => $i);
      # process reply
    }