in reply to Re: class object and hash
in thread class object and hash
The contents of %hashlist are a scalar with with value: HASH(ox2023244) am I supposed to assign it in a different way such as: my %hashlist = %{$self->{SERVERLOCATION}}my %hashlist = $self->{SERVERLOCATION}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: class object and hash
by bengmau (Beadle) on Oct 20, 2004 at 13:01 UTC |