Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: quotes in Perl

by Anonymous Monk
on Apr 08, 2009 at 08:44 UTC ( [id://756271]=note: print w/replies, xml ) Need Help??


in reply to quotes in Perl

#add quotes @ARGV = (1, 2, 3, 4, 5, 6); @ARGV = map { $_ = '"'.$_.'"' } @ARGV; #add quotes print "@ARGV"; result: "1" "2" "3" "4" "5" "6"

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-29 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found