Net::Amazon::Request::TextStream man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::Amazon::Request::UserSContributed PerlNet::Amazon::Request::TextStream(3)

NAME
       Net::Amazon::Request::TextStream - request class for text stream search

SYNOPSIS
	 use Net::Amazon;
	 use Net::Amazon::Request::TextStream;

	 my $ua = Net::Amazon->new(
	     token	 => 'YOUR_AMZN_TOKEN'
	 );

	 my $req = Net::Amazon::Request::TextStream->new(
	     textstream => 'Here is some text that mentions the Rolling Stones.',
	 );

	 # Response is of type Net::Amazon::Response::TextStream
	 my $resp = $ua->request($req);

DESCRIPTION
       "Net::Amazon::Request::TextStream" is a class used to perform a search
       on a block of text. Amazon extracts keywords from the given block of
       text, but note that conjunctions and helper words, such as "and", "or",
       "the", etc. are not excluded, so strip them out yourself if need be.

       TextStream searching is only available for the US service.

       Upon success, the response's "properties()" method will return a list
       of "Net::Amazon::Property::*" objects.

   METHODS
       new(textstream => $text)
	   Constructs a new "Net::Amazon::Request::TextStream" object, used to
	   query the Amazon web service with a block of text.

       Check Net::Amazon::Request for common request parameters not listed
       here.

SEE ALSO
perl v5.14.1			  2009-09-1Net::Amazon::Request::TextStream(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net