Help for this page
my $ref = $ue->filinfo; my %HoH = %{$ref};
foreach my $filename ( keys %HoH ) { print "$filename: { "; ... print "}\n"; }