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

Randall Hennig rhennig at gmail.com
Wed Aug 24 19:40:53 PDT 2005


Oh, nevermind, I see the problem.  Odd.

On 8/24/05, Bill Raty <bill_raty at yahoo.com> wrote:
> I'm needing to write a perl program that receives command line
> arguments that may be double quoted.
> 
>  # This won't work as quotes are removed
>  my $command_line = join ' ', @ARGV;
> 
> -Bill
> 
> -Bill
> Reintarnation: Coming back to life as a hillbilly
> 
> _______________________________________________
> Austin mailing list
> Austin at pm.org
> http://mail.pm.org/mailman/listinfo/austin
>


More information about the Austin mailing list