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

NAME

validation.pl - Accepts only ASCII letters.

DESCRIPTION

This sample program shows how to make a simple text validation widget. This particular example considers ASCII letters as being the only valid characters, any other character will be underlined in red but still accepted by the widget.