Re: [Perl-unix-users] dereferencing hash of hashes
print "my hash value is '".$INST{DEV}->{dbhost}."'\n"; --- [EMAIL PROTECTED] wrote: > With this new structure, how would I dereference the > hash to return the text value instead of the hash > reference? > > use strict; > > my %INST= ( > DEV => { >fullname=> "DEVELOPMENT", >
[Perl-unix-users] dereferencing hash of hashes
With this new structure, how would I dereference the hash to return the text value instead of the hash reference? use strict; my %INST= ( DEV => { fullname=> "DEVELOPMENT", dbhost => { "erpd3" => { sshcon => "",