Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: how to use join my array ?

by Laurent_R (Canon)
on May 01, 2014 at 17:02 UTC ( [id://1084656]=note: print w/replies, xml ) Need Help??


in reply to how to use join my array ?

Or simply:
map {$_ = "-$_"} values %abc;
or
$_ = "-$_" for values %abc;

Log In?
Username:
Password:

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

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

    No recent polls found