in reply to Re: Combining two scripts with a command line switch?
in thread Combining two scripts with a command line switch?
my ($read,$generate,$help); # option switches GetOptions ( "help" => \$help, "read" => \$read, "generate" => \$generate, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Combining two scripts with a command line switch?
by Joost (Canon) on Dec 13, 2004 at 18:18 UTC | |
|
Re^3: Combining two scripts with a command line switch?
by rev_1318 (Chaplain) on Dec 14, 2004 at 11:13 UTC |