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


Lingua-IT-Conjugate documentation  | view source Contained in the Lingua-IT-Conjugate distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    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

Top

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

Top

0.50

Original version; created by h2xs 1.20 with options

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

AUTHOR

Top

Aldo Calpini, dada@perl.it

SEE ALSO

Top

perl(1).


Lingua-IT-Conjugate documentation  | view source Contained in the Lingua-IT-Conjugate distribution.