- or download this
#! /usr/bin/perl
...
$lexicon->insert_after($insert_this->tokens());
print $doc->serialize();
- or download this
package My::L10N::en;
use base 'My::L10N';
...
'Some [_1] text',
);
- or download this
package My::L10N::en;
use base 'My::L10N';
...
'The [_1] is in the [_2]' =>
'The [_1] is in the [_2]',
);
- or download this
#! /usr/bin/perl
...
}
print $doc->serialize();