|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: passing subroutine arguments directly into a hashby kiseok7 (Beadle) |
| on Oct 20, 2001 at 01:00 UTC ( [id://120187]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
how about this way?
f(h=>1, s=>2, d=>3);
sub f {
my %hash = @_;
}
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||