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


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

  1. 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).

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