Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my $str = $hash{$key_ht{$key}}[1];
        print "Integer is: ", $num, " -- Alpha is: ", $str, "\n";
    }
    
  2. or download this
    Integer is: 1 -- Alpha is: One
    Integer is: 2 -- Alpha is: Two
    ...
    Integer is: 5 -- Alpha is: Five
    Integer is: 6 -- Alpha is: Six
    Integer is: 12 -- Alpha is: Twelve