Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Concatenation to elements in an array !

by umasuresh (Hermit)
on Mar 24, 2011 at 19:58 UTC ( [id://895331]=note: print w/replies, xml ) Need Help??


in reply to Concatenation to elements in an array !

use strict; use warnings; my @array = qw(1 2 3 4 5 ); my @new_array = map { $_."a"} @array; print join("\t", @new_array);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found