FreeBSD Manual Pages
WWW::TV(3) User Contributed Perl Documentation WWW::TV(3) NAME WWW::TV - Parse TV.com for information about TV shows. SYNOPSIS use WWW::TV qw(); my $series = WWW::TV::Series->new(id => 31635); my $episode = WWW::TV::Episode->new(id => 475540); DESCRIPTION The WWW::TV modules is a helper package, so you don't need to "use" the sub modules all the time. SEE ALSO WWW::TV::Series WWW::TV::Episode BUGS Please report any bugs or feature requests through the web interface at <http://rt.cpan.org/Dist/Display.html?Queue=WWW-TV>. AUTHOR Danial Pearce "cpan@tigris.id.au" LICENCE AND COPYRIGHT Copyright (c) 2006-2008 Danial Pearce "cpan@tigris.id.au". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2009-03-12 WWW::TV(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | BUGS | AUTHOR | LICENCE AND COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=WWW::TV&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>