|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: How Do I pass a hash to a subroutine?by Doraemon (Beadle) |
| on May 11, 2004 at 09:43 UTC ( [id://352436]=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.
And, if you need to pass multiple parameters (eg. a hash and then an array) pass by reference; otherwise the hashes and arrays are flattened into a single list and the sub can't tell what is part of which.
Here is an example of using prototypes to force a pass-by-reference.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||