Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
My GetOptions looks like the below GetOptions( 'a' => \$a, 'b' => \$b, 'c' => \$c, - - 'z' => \$z );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting selected options from GetOptions()
by GrandFather (Saint) on Dec 16, 2009 at 21:11 UTC | |
|
Re: Getting selected options from GetOptions()
by runrig (Abbot) on Dec 16, 2009 at 20:40 UTC | |
by Anonymous Monk on Dec 16, 2009 at 20:44 UTC | |
by zwon (Abbot) on Dec 16, 2009 at 20:54 UTC | |
by Anonymous Monk on Dec 16, 2009 at 20:47 UTC | |
|
Re: Getting selected options from GetOptions()
by planetscape (Chancellor) on Dec 16, 2009 at 21:43 UTC |