Help for this page

Select Code to Download


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