Help for this page
#usr/bin/perl use strict; ... chomp( my $input = <STDIN> ); print $numbers{ $input } if exists $numbers{ $input };