![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: How to pass multidimensional hashed arrays as reference to a subroutine?by themage (Friar) |
on Sep 01, 2008 at 09:31 UTC ( #708154=note: print w/replies, xml ) | Need Help?? |
Hi avenka1,
If you want to pass that array of hash as a reference, you can do it almost like you did with your hash, like this:
But if that array is the only parameter to your sub, you can pass you array directly, like this: And, obviously, you can do the same with your hash, if you mysub will be passed is that hash, like this:
In Section
Seekers of Perl Wisdom
|
|