natural number: a non-negative integer counting number: a positive integer rational number: a real that can be expressed as a fraction #### %words = (); while (<>) { chop; ($word, $def) = split /: */; $words{$word} = $def; }