Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Variable number of foreach loops

by tobyink (Canon)
on Nov 27, 2013 at 14:34 UTC ( [id://1064628]=note: print w/replies, xml ) Need Help??


in reply to Variable number of foreach loops

List::MapMulti should do the trick.

mapm { my ($i1, $i2, $i3) = @_; ...; } \(@_a_1, @_a_2, @_a_3);
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found