NAME

Labyrinth::Phrasebook - A phrasebook maintainer

SYNOPSIS

use Labyrinth::Phrasebook;

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

DESCRIPTION

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-2011 Barbie for Miss Barbell Productions
All Rights Reserved.

This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.