http://qs321.pair.com?node_id=1226868


in reply to Re^2: Make random numbers
in thread Make random numbers

Here is my code:

my @array = map { 1+int(rand(1000)) } 1..100;