hash( uno => 'one', dos => 'two', tres => 'three', ); sub hash { my $param = {@_}; print $param->{uno}, "\n"; } [download]
In reply to Re^2: hash ref 101 by eleron in thread hash ref 101 by gmoque