in reply to Re: executing hash element as command
in thread executing hash element as command

That seems unlikely. That would mean he wants to execute all the commands from the configuration file, in an order that may vary from run to run.

From both the description and the code it seems he reads in a set of commands (tagged with a name), and then further logic dictates which commands will be run. For instance, the prn sub runs the command tagged CMD_cp.

  • Comment on Re^2: executing hash element as command