Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Indispensible language features

by TimToady (Parson)
on Jul 08, 2004 at 20:40 UTC ( [id://372946]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Indispensible language features
in thread Indispensible language features

I agree, none of those are pretty. In Perl 6 you can also use either of:
zipWith {[$^a, $^b]} @foo, @bar;
or
zipWith -> $a, $b {[$a,$b]} @foo, @bar;
But then, your entire OP reads a bit like an ad for Perl 6... :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-16 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found