Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Joining Arrays? (perl6)

by TimToady (Parson)
on Dec 23, 2008 at 02:25 UTC ( [id://732226]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @combined = (@urls X @ids).map: {$^a ~ $^b};
    
  2. or download this
        my @combined = @urls X~ @ids;
    

Log In?
Username:
Password:

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

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

    No recent polls found