Re: [Perl-unix-users] dereferencing hash of hashes

2005-04-04 Thread Martin Moss
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

2005-04-04 Thread listmail
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 => "",