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

NAME

WebService::TVRage::ShowSearchRequest - Requests A List of shows using TVRage's XML Service

SYNOPSIS

    my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' );
        $heroesSearch->search();

Methods

new()

    my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' );

Constructor object for creating a request to search for Shows by title.

showTitle

Set this to the title of the show you are searching for.

search()

    $heroes->search()

Sends a request to TVRage for which ever show you specified with the showTitle attribute and returns a WebService::TVRage::ShowList object

AUTHOR

Kyle Brandt, kyle@kbrandt.com http://www.kbrandt.com