WebService::TVRage::ShowSearchRequest - Requests A List of shows using TVRage's XML Service
my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' ); $heroesSearch->search();
my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' );
Constructor object for creating a request to search for Shows by title.
Set this to the title of the show you are searching for.
$heroes->search()
Sends a request to TVRage for which ever show you specified with the showTitle attribute and returns a WebService::TVRage::ShowList object
Kyle Brandt, kyle@kbrandt.com http://www.kbrandt.com