Help for this page
$VAR1 = { '' => { '' => undef } };
foreach $key (keys %hash) { print $key, $key{'fname'}, $key{'lname'}, "\n"; }