in reply to
dereferencing in a list context
This is because the
\()
syntax will create a list of references to the values within the parentheses. See.
perlref
for more info.
HTH
_________
broquaint
Comment on
Re: dereferencing in a list context
In Section
Seekers of Perl Wisdom