The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.