in reply to Hash references and efficiency
If you don't like typing curly brackets, try the arrow syntax ($hashref->{key}). BTW, treating a hashref differently than a regular hash can be considered a good thing when you review old code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Hash references and efficiency
by simeon2000 (Monk) on Aug 03, 2002 at 13:26 UTC | |
by perrin (Chancellor) on Aug 03, 2002 at 18:18 UTC |