in reply to Hash element access -dereferenced hashes
$a = "Lucy"; my %cell=> = ( Lucy => '12' ); my %map=> = ( 12 => '45' );
but it throws the exception-- use warnings: - use of uninitialized value within %cell in string at line...print "$cell{$map{$a}}\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hash element access -dereferenced hashes
by choroba (Cardinal) on Dec 06, 2012 at 10:53 UTC |