APM: Question: How to access command line before its parsed into @ARGV

Bill Raty bill_raty at yahoo.com
Wed Aug 24 19:45:34 PDT 2005


Try:

   perl -e 'print join(" ", @ARGV), "\n"' do "I" see quotes

I see:
  do I see quotes

I don't see quotation marks around the personal pronoun, as I
had typed.

There are no predictive rules I can use on the arguments to
reproduce quotes that are lost by the parsing process.  

I'll settle for a CPAN module.  :-)

-Bill

-Bill
Reintarnation: Coming back to life as a hillbilly



More information about the Austin mailing list