more useful options | |
PerlMonks |
Re^3: Using an array in a hashby friedo (Prior) |
on Jan 22, 2005 at 20:11 UTC ( [id://424271]=note: print w/replies, xml ) | Need Help?? |
There are two ways to dereference an array, depending on what you need to do. See perlref and perlreftut for the details.
In short, to dereference an entire array, use: To dereference a single element in the array, use:
In Section
Seekers of Perl Wisdom
|
|