http://qs1969.pair.com?node_id=1077962


in reply to Re: I need help
in thread I need help

This is well done, but consider instead:

$a[int(rand(6) + 1)]++ for 0 .. 5999;

to avoid using map in a void context, as map may be considered a kind of functor.

Replies are listed 'Best First'.
Re^3: I need help
by Lennotoecom (Pilgrim) on Mar 12, 2014 at 05:50 UTC
    yes, thank you sir.
    got carried away