![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Using OO hashby moritz (Cardinal) |
on Nov 27, 2007 at 21:11 UTC ( #653372=note: print w/replies, xml ) | Need Help?? |
There is no OO involved in your example.
%BldEnv is a plain hash, and the values can be accessed with the $hash{$key} syntax. The arrow -> is for references to hashes, blessed or not.
In Section
Seekers of Perl Wisdom
|
|