in reply to Re: Send hash of hash arguments to sub
in thread Send hash of hash arguments to sub

You are not passing a hash ref. and neither do you have the variable $hash_ref defined. Then the subroutine is not called anywhere.

  • Comment on Re^2: Send hash of hash arguments to sub