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

NAME

FP::Char - functions to handle individual characters

SYNOPSIS

DESCRIPTION

Perl doesn't have a distinct data type for individual characters, any string containing 1 character is considered to be a char by FP::Char. (Creating references and blessing them for the sake of type safety seemed excessive.)

NOTE

This is alpha software! Read the status section in the package README or on the website.