How can I generate an array in Perl with 100 random values, without using a loop?
I have to avoid all kind of loops, like "for", foreach", while. This is my exercise, from my lab. I can't find a way to do solve this, because I am new in Perl.
In C, generating this array would by very easy, but I don't know how to do it in Perl.