... } elsif($command eq '?' or $command eq 'find') { &message(<<'EOT'); Help menu for the command 'find': SYNOPSIS find - find in lexicon and output all meanings found. DESCRIPTION Both commands are optional. If given a phrase, it is default blahblahblah EOT } elsif($command eq 'add') { &message(<<'EOT'); Help menu for the command 'add' SYNOPSIS add - add an entry to the lexicon DESCRIPTION This adds an entry to the lexicon with the name/type , must have proper syntax or it will be rejected. If blahblahblah EOT ...