Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Hash of Hash of Listed subroutines

by ihb (Deacon)
on Jan 10, 2003 at 01:27 UTC ( [id://225708]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_->() for map @$_, values %HoL;
  2. or download this
    $_->() for map @$_, @HoL{qw/ one two /};
  3. or download this
    @ret = map $_->(), map @$_, @HoL{qw/ one two /};
  4. or download this
    (\&hello, \&goodbye,)
  5. or download this
    \(&hello, &goodbye,)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found