The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Labyrinth::Phrasebook - Phrasebook Manager for Labyrinth

SYNOPSIS

  use Labyrinth::Phrasebook;

  my $pb = Labyrinth::Phrasebook->new($phrasebook);
  $pb->load($dictionary);
  my $result = $pb->get($entry);

DESCRIPTION

Using Data::Phrasebook, this package acts as a simple wrapper for the Labyrinth framework.

FUNCTIONS

Constructor

new()

Create a new Phrasebook object.

Methods

load

Reset primary dictionary.

get

Gets an entry from the current section or from the default section if entry doesn't exist in the current section.

SEE ALSO

  Data::Phrasebook
  Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

  Copyright (C) 2002-2015 Barbie for Miss Barbell Productions
  All Rights Reserved.

  This module is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.