Help for this page

Select Code to Download


  1. or download this
        local $_;
    
  2. or download this
          while (defined(my $d = <DATA>)){
            chomp $d;
            my ($str, $num) = split /\|/, $d;
            $hash_ref->{$str} = $num;
          }