in reply to Hash Printing Question
orprint "name is ", $hash{$foo}{"name"}, "\n";
works for me.my $thisname = $hash{$foo}{"name"}; print "name is $thisname\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Hash Printing Question
by websavvy (Initiate) on Dec 01, 2000 at 01:37 UTC |