use strict; use Data::Dumper; hash({ uno => 'one', dos => 'two', tres => 'three' }); sub hash { print Dumper @_; my ($param) = @_; print $param->{uno}, "\n"; }
In reply to Re: hash ref 101
by lakshmananindia
in thread hash ref 101
by gmoque
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |