>>>>> "Brett" == Brett W McCoy <[EMAIL PROTECTED]> writes:
Brett> On Wed, 23 May 2001, Peter Cline wrote:
>> Does anyone know a better way to say @{$$hash_name{arrayref}}?
Brett> A hash containing an array reference?
Brett> How about
Brett> $hash_name{arrayref_name}->[0];
Brett> or @{ $hash_name{arrayref_name} };
No, neither of those. You're off by at least an indirection on each
of those. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!