Help for this page

Select Code to Download


  1. or download this
    my %results;
    foreach (1 .. 40) {
        my $hit = int rand(30);
    ...
        my ($hit, $id, $data) = @$_;
        print "$hit $id $data\n";
    }