Help for this page

Select Code to Download


  1. or download this
    my %baseball = (
        mets      =>   "new york",
    ...
            print "$_ => $baseball{$_}\n";
        }
    }
    
  2. or download this
    Use of uninitialized value in concatenation(.)or string at /test.pl li
    +ne 13.
    orioles => baltimore
    yankees => new york
    twins => minnesota
    mets => new york