in reply to Re: A series of random number and others
in thread A series of random number and others

Perl is smart about for (1 .. $count) and doesn't generate a list so you don't need to resort to nasty C for loops, at least in that case. ;)


Perl reduces RSI - it saves typing