Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    chomp( my $inData = <> );
    
    print $words{$inData} // "Key '$inData' doesn't exist.\n";