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

NAME

WWW::AtMovies - retrieves movie information from www.atmovies.com.tw

VERSION

Version 0.03

SYNOPSIS

    use WWW::AtMovies;

    my $foo = WWW::AtMovies->new( crit => 'Troy' );
    if ($foo->status) {
        print $foo->title, "\n";
        print $foo->chinese_title, "\n";
        print $foo->imdb_code, "\n";
        print $foo->url, "\n";
    }

FUNCTIONS

new

Create a new WWW::AtMovies object.

AUTHOR

Alec Chen, <alec at cpan.org>

BUGS

Please report any bugs or feature requests to bug-www-atmovies at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-AtMovies. 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::AtMovies

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Alec Chen.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.