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

David Bluestein II dbii at interaction.net
Wed Aug 24 20:14:34 PDT 2005


Have you tried either Getopt::Std or Getopt::Long?

I don't know if either would work for you purposes, but I've used them 
before.

David

On Aug 24, 2005, at 9:45 PM, Bill Raty wrote:

> 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
>
> _______________________________________________
> Austin mailing list
> Austin at pm.org
> http://mail.pm.org/mailman/listinfo/austin
>
-----------------------------------------------------------------------
David H. Bluestein II
President & Lead Developer         dbii at interaction.net
ii, inc.                                                  
http://www.interaction.net
     -- Specializing in Interactive, Database Driven Websites --



More information about the Austin mailing list