Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Join and Concatenation

by toolic (Bishop)
on Sep 13, 2013 at 18:03 UTC ( [id://1053982]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "\nConcatenation and join (without parens)- NOT OK\n";
    $cols = '[' . join('],[', @array . ']');
    
  2. or download this
    $cols = join ',', map { "[$_]" } @array;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 12:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found