Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: I need help

by Kenosis (Priest)
on Mar 12, 2014 at 05:34 UTC ( [id://1077962]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1077962]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 04:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found