Lingua-Romana-Perligata
view release on metacpan or search on metacpan
lib/Lingua/Romana/Perligata.pm view on Meta::CPAN
use IO::Handle;
use Data::Dumper 'Dumper';
no warnings 'once';
my $offset = 0;
my $translate = 0;
my $debug = 0;
sub import {
filter_add({});
$offset = (caller)[2]+1;
$translate = grep /^converte?$/i, @_[1..$#_];
$debug = grep /^investiga?$/i, @_[1..$#_];
$lex = grep /^discribe?$/i, @_[1..$#_];
1;
}
$translator = q{
BEGIN {
$SIG{__DIE__} = sub { die Lingua::Romana::Perligata::readversum($_[0]) };
$SIG{__WARN__} = sub { return if $_[0] =~ /(...) interpreted as function/;
( run in 0.801 second using v1.01-cache-2.11-cpan-a3c8064c92c )