in reply to Re^2: Fetch array of values from hashref (updated)
in thread Fetch array of values from hashref
Yes, my bad. I thought he needed all values.
P.S. I want to share another cool hack, maybe somebody don't know about it:
You can use it in situations like this( \$Param{Foo}, \$Param{Bar} ); \( $Param{Foo}, $Param{Bar} ); \@Param{'Foo', 'Bar'};
|
---|