Help for this page

Select Code to Download


  1. or download this
    my $ref = $ue->filinfo;
    my %HoH = %{$ref};
    
  2. or download this
     foreach my $filename ( keys %HoH ) {
                print "$filename: { ";
    ...
                print "}\n";
            }