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