Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Appending one array onto another

by Anonymous Monk
on Jun 10, 2003 at 10:50 UTC ( [id://264620]=note: print w/replies, xml ) Need Help??


in reply to Appending strings from one array onto strings of another

perl6 (hyper ops) (synatx may not be exactly this, but you get the idea):
@z ^_= @d;
or
@appended = @z ^_ @d;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://264620]
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: (8)
As of 2024-04-25 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found