Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Confessions of a back-alley map abuser

by Zaxo (Archbishop)
on Dec 18, 2004 at 19:39 UTC ( #415899=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub quux {
        my @args = @_;
        map { foo $_ }
          map { bar $_ }
            map { baz $_ } @args;
    }
    
  2. or download this
    my $quux = foo bar baz $_;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2023-12-05 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?