Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Merge 2 strings like a zip

by Athanasius (Archbishop)
on Jul 09, 2015 at 03:00 UTC ( [id://1133864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    no warnings qw/ uninitialized /;
    
    print zip @a1, @a2;
    
    use warnings;
    
  2. or download this
    print grep { defined } zip @a1, @a2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 13:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found