in reply to Passing HASH values to a abc.pl file from command line

Eh, what exactly are you asking? You indicate that '%a' and '%b' are "hash values". What do you mean by that? What is the goal you want to archieve?

You should remember that anything passed on the command line will be interpreted as a string. Strings are fine as values in a hash, but your program has to put them there.

Abigail

  • Comment on Re: Passing HASH values to a abc.pl file from command line