| Lingua-IT-Conjugate documentation | view source | Contained in the Lingua-IT-Conjugate distribution. |
Lingua::IT::Conjugate - Conjugation of Italian verbs
use Lingua::IT::Conjugate qw( coniuga coniugazione );
@amare = coniuga( 'amare', 'presente' );
print join( "\n", @amare );
$io_amo = coniuga( 'amare', 'presente', 1 );
print coniugazione( 'amare' );
This module conjugates italian verbs.
Blah blah blah.
None by default. You can export the following functions and variables:
coniuga coniugazione @Tempi @Pronomi
Original version; created by h2xs 1.20 with options
-A -C -X -n Lingua::IT::Conjugate -v 0.50
Aldo Calpini, dada@perl.it
perl(1).
| Lingua-IT-Conjugate documentation | view source | Contained in the Lingua-IT-Conjugate distribution. |