in reply to Array of Arrays with Variable Names
Why are you not using a hash?
From the Getopt::Stddocumentation: "getopt() and getopts() will also accept a hash reference as an optional second argument. Hash keys will be x (where x is the switch name)".
|
|---|