Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

WWW::Search::Null::Error

Name WWW::Search::Null::Error
Version 1.012
Located at /usr/share/perl5
File /usr/share/perl5/WWW/Search/Null/Error.pm
Is Core No
Search CPAN for this module WWW::Search::Null::Error
Documentation WWW::Search::Null::Error
Module Details WWW::Search::Null::Error

NAME

WWW::Search::Null::Error - class for testing WWW::Search clients


SYNOPSIS

  require WWW::Search;
  my $oSearch = new WWW::Search('Null::Error');
  $oSearch->native_query('Makes no difference what you search for...');
  $oSearch->retrieve_some();
  my $oResponse = $oSearch->response;
  # You get an HTTP::Response object with a code of 500


DESCRIPTION

This class is a specialization of WWW::Search that only returns an 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 Diver brought to you by ScriptSolutions.com © 1997- 2026