Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print "$_ => $hash{$_}\n";
    }
    print "\n";
    
  2. or download this
    C:\Code>perl array-hash-order.pl
    A => 4
    B => 2
    C => 3