Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    delete $hashA{ max keys %hashA }->{ q{1734789} };
    
    print Data::Dumper->Dumpxs( [ \ %hashA ], [ qw{ *hashA } ] );
    
  2. or download this
    %hashA = (
               '11.01' => {
    ...
                           '1798761' => 147
                         }
             );