in reply to Re: dereferencing hash & array refs
in thread dereferencing hash & array refs

The program is going to be a wrapper around another to be executed via system(). Arguments passed to system() are set via command line options/arguments (w/ help from Getopt::Long), which are stored in a hash. Ergo, as far as system() is concerned, all it needs to see are the values (of the hash).