Help for this page
my %hash = ( 1 => [1, One], ... my ($int, $alpha) = split(/::/, $_); print "Integer is: $int -- Alpha is: $alpha\n"; }
Integer is: 12 -- Alpha is: Twelve Integer is: 1 -- Alpha is: One ... Integer is: 4 -- Alpha is: Four Integer is: 5 -- Alpha is: Five Integer is: 6 -- Alpha is: Six