#add quotes @ARGV = (1, 2, 3, 4, 5, 6); @ARGV = map { $_ = '"'.$_.'"' } @ARGV; #add quotes print "@ARGV"; result: "1" "2" "3" "4" "5" "6"
In reply to Re: quotes in Perl
by Anonymous Monk
in thread quotes in Perl
by apotheon
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |