NAME
WWW::AtMovies - retrieves movie information from www.atmovies.com.tw
VERSION
Version 0.02
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";
}
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:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
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.