Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Merging of arrays with space

by hdb (Monsignor)
on Jun 05, 2013 at 05:32 UTC ( [id://1037128]=note: print w/replies, xml ) Need Help??


in reply to Merging of arrays with space

Your code works.

use strict; use warnings; my @array_A1 = ( " ", "1" ); my @array_A2 = ( "2", " ", "3" ); @array_A2=(@array_A2,@array_A1); print join ",", @array_A2;

Log In?
Username:
Password:

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

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

    No recent polls found