NAME
TV::ProgrammesSchedules::SAB - Interface to SAB TV Programmes Schedules.
VERSION
Version 0.02
DESCRIPTION
SAB TV is an Indian general entertainment television channel that is owned by Multi Screen Media (P) Ltd & based in Mumbai Maharashtra. It was launched on April 23, 2000 by Sri Adhikari Brothers as a general entertainment channel. In March 2005, SAB TV was acquired by SET and was transformed into a youth-centric channel.
METHODS
get_listings()
Returns the programmes listings for the given day. It expects integer optionally as the only parameter. If missing then it assumes it is 0, which means today. If passed 1 then it means +1 day from today. If passed -2 then it means -2 day from today. Data would be in XML format.
use strict; use warnings;
use TV::ProgrammesSchedules::SAB;
my $sab = TV::ProgrammesSchedules::SAB->new();
# SAB TV todays listings.
my $listings = $sab->get_listings();
AUTHOR
Mohammad S Anwar, <mohammad.anwar at yahoo.com>
BUGS
Please report any bugs or feature requests to bug-tv-programmesschedules-sab at rt.cpan.org
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TV-ProgrammesSchedules-SAB. 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 TV::ProgrammesSchedules::SAB
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=TV-ProgrammesSchedules-SAB
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2011 Mohammad S Anwar.
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.
DISCLAIMER
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.