- or download this
<?xml version="1.0"?>
<!DOCTYPE phrasebook [
...
<dictionary name="EN">
<phrase name="1">comp</phrase> </dictiona
+ry>
</phrasebook>
- or download this
# get phrasebook
$self->param('pb' => new Class::Phrasebook(undef, $self->param('phrase
+_url')));
- or download this
# phrasebook handle
my $pb = $self->param('pb');
$pb->load("SE");
- or download this
$tmpl->param(1 => $pb->get("1") );