in reply to Parsing Windows CommandLine from Perl
untested
test.pl --Dir c:/path# my program # test.pl use strict; use Getopt::Long; my $Dir; GetOptions ( "Dir=s" => \$Dir, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parsing Windows CommandLine from Perl
by fishmonger (Chaplain) on Apr 17, 2015 at 16:47 UTC |