WWW/LEO version 0.01

The WWW::LEO module provides an object-oriented interface to the English-German online dictionary at http://dict.leo.org. That is, you can query for search expressions and get the results. See the module documentation and the included sample client (eg/leo.pl) for information on how to use this thing.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

You'll need to be online to 'make test'.

DEPENDENCIES

This module requires these other modules available from CPAN:

For the sample client (eg/leo.pl), additional module are necessary:

SUPPORT

Please contact the current maintainer of this module to report any bugs or suggest changes to this module:

Jörg Ziefle <ziefle@cpan.org>

COPYRIGHT AND LICENCE

Copyright (C) 2002 Jörg Ziefle

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

THANKS

... to the guys at LEO to provide this nice dictionary. ... to the folks that filled it up with entries. :)

REFERENCES

vim:tw=70