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)".


DWIM is Perl's answer to Gödel
  • Comment on Re: Array of Arrays with Variable Names