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

Bill Raty bill_raty at yahoo.com
Wed Aug 24 19:14:28 PDT 2005


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



More information about the Austin mailing list