in reply to Re: Passing a hash plus some strings to a subroutine
in thread Passing a hash plus some strings to a subroutine

Not the same thing tho.

The OP is passing a hashref, but you are un- and repacking a hash as list of keys and values.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re^2: Passing a hash plus some strings to a subroutine