in reply to Using OO hash

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.

Replies are listed 'Best First'.
Re^2: Using OO hash
by monk2b (Pilgrim) on Nov 27, 2007 at 21:27 UTC
    Okay, I will use the first version. Thanks for the quick response.

    I got 99 problems, but a @%$()_ ain't one.