The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TypeLessTranslator - Experimental module. It translates "typeless" text to full code. It's like writing abbreviate sms txt for Perl code.

SYNOPSIS

use TypeLessTranslator;

DESCRIPTION

METHODS

translate_file

translate a file by expanding typeless code to full code

translate_line

translate a line

expand_reserved_words

turn any abbreviated reserved words into full reserved words

match_reserved_word

match abbreviated letters to full reserved words

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO