in reply to Pulling Array Out of Hash Reference
To satisfy operator precedence, the braces are needed in the array dereference.print @{ $hashRef->{'a','d'} };
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Pulling Array Out of Hash Reference
by antirice (Priest) on Apr 12, 2004 at 23:05 UTC | |
by tye (Sage) on Apr 12, 2004 at 23:24 UTC | |
by antirice (Priest) on Apr 13, 2004 at 00:13 UTC | |
by kvale (Monsignor) on Apr 12, 2004 at 23:22 UTC |