Help for this page

Select Code to Download


  1. or download this
    my %hash = (
            ytd => 1.5,
    ...
            print "$k => $hash{$k}\n";
    }
    
  2. or download this
    use List::MoreUtils qw(any);
    
    ...
            print "$k => $hash{$k}\n";
    }