Hi,
I have this HoH: my %HoH = ( firstkey => { A => 'blabla', B => 'dadada', C => 'tititi',} );
generated with
$HoH{$fkey}{$alpha}=$text;
how can I access the value of the first key, so that it gives: "firstkey"
I tried this with no avail:
print "$HoH{$fkey}\n"
Regards, Edward WIJAYA SINGAPORE
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>