The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Dict::OKDaily - OKDaily Web Dictionary Interface

VERSION

Version 0.01

SYNOPSIS

    use WWW::Dict::OKDaily;
    my $dict = WWW::Dict::OKDaily->new();
    my $def = $dict->define("tea");
    print $def->[0]->{chinese};

DESCRIPTION

OKDaily dictionary is the website http://www.okdaily.com/cgi-bin/ecdict.cgi, which provide a very simple dictionary database from English to Chinese. This module is a basic interface to this web site.

EXPORT

This module doesn't export any functions.

Methods

define

AUTHOR

Kang-min Liu, <gugod at gugod.org>

BUGS

Please report any bugs or feature requests to bug-www-dict-okdaily at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Dict-OKDaily. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WWW::Dict::OKDaily

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Kang-min Liu, all rights reserved.

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