NAME

FunctionalPerl - functional programming on Perl

SYNOPSIS

use FunctionalPerl;
FunctionalPerl->VERSION # or $FunctionalPerl::VERSION

# But all the actual modules are under FP::*, like:
use FP::List;
# etc.

DESCRIPTION

Allow Perl programs to be written with fewer side effects.

See the Functional Perl home page.

NOTE

This is alpha software! Read the package README.