Juerd skribis 2005-03-28 16:05 (+0200):
> In the context of x, it makes even more sense. Especially if you
> consider, for example, creating a random password:
>     my $password = { any('a'..'z').pick } x 5;

I wonder now if that can just be

    my $password = any('a'..'z') x 5;

(No reason to not implement the requested feature, though)


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to