www::search::null::empty(3pm) debian man page | unix.com

Man Page: www::search::null::empty

Operating Environment: debian

Section: 3pm

WWW::Search::Null::Empty(3pm)				User Contributed Perl Documentation			     WWW::Search::Null::Empty(3pm)

NAME
WWW::Search::Null::Empty - class for testing WWW::Search clients
SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Null::Empty'); $oSearch->native_query('Makes no difference what you search for...'); my @aoResults = $oSearch->results; # You get no results... my $oResponse = $oSearch->response; # ...But you get an HTTP::Response object with a code of 200
DESCRIPTION
This class is a specialization of WWW::Search that returns no hits, but no error message. This module might be useful for testing a client program without actually being connected to any particular search engine.
AUTHOR
Martin 'Kingpin' Thurn, "mthurn at cpan.org", <http://tinyurl.com/nn67z>. perl v5.12.4 2011-10-25 WWW::Search::Null::Empty(3pm)
Related Man Pages
www::search::altavista::advancednews(3pm) - debian
www::search::ebay::buyitnow(3pm) - debian
www::search::ebay::bysellerid(3pm) - debian
www::search::washpost(3pm) - debian
www::search::yahoo::news::advanced(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph