in reply to \" on the WinXP Command Line
But if you don't mind perl itself getting flags in its usual way, you can affect parsing of the arguments to your script from within Perl. Ignore ARGV and parse the string from GetCommandLine within the program. If it's not available already in some module, just use Win32::API to import it.
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: \" on the WinXP Command Line
by Ardemus (Beadle) on Feb 25, 2004 at 22:22 UTC |