![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Passing strings without quotesby samtregar (Abbot) |
on Jan 28, 2006 at 04:07 UTC ( #526134=note: print w/replies, xml ) | Need Help?? |
No, but it should be easy to mass-convert the unquoted form into the quoted one:
$ perl -pi -e 's/(\+\d+)/"$1"/g' file.pl -sam
In Section
Seekers of Perl Wisdom
|
|