Bob Showalter wrote: > for (1..$y) { > print "$_\n" unless $_ % 1000;
Whoops! You can leave the line above out. I just stuck it in there so I could see the progress through the loop. > my $i = int(rand($x)) + 1; > exists $h{$i} and redo; > $h{$i}++; > } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]