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

NAME

Lingua::IT::Conjugate - Conjugation of Italian verbs

SYNOPSIS

    use Lingua::IT::Conjugate qw( coniuga coniugazione );
  
        @amare = coniuga( 'amare', 'presente' );
        print join( "\n", @amare );

    $io_amo = coniuga( 'amare', 'presente', 1 );
        
        print coniugazione( 'amare' );

DESCRIPTION

This module conjugates italian verbs.

Blah blah blah.

EXPORT

None by default. You can export the following functions and variables:

    coniuga
        coniugazione
        @Tempi
        @Pronomi

HISTORY

0.50

Original version; created by h2xs 1.20 with options

    -A -C -X -n Lingua::IT::Conjugate -v 0.50

AUTHOR

Aldo Calpini, dada@perl.it

SEE ALSO

perl(1).