Provides a convenient way of using CGI applications with WWW::Mechanize.
An AltaVista specialization of Perl's WWW::Search module for making and
interpreting AltaVista searches.
This class is a Google specialization of WWW::Search. It handles
searching Google http://www.google.com/ using its new SOAP API
http://www.google.com/apis/.
All interaction should be done through WWW::Search objects.
Note that you must register for a Google Web API account and have a
valid Google API license key before using this module.
Retrieve TV information from http://www.atmovies.com.tw/
A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.
If the response contains a header with 'Content-Encoding: gzip',
it decompresses the response in order to get the original
(uncompressed) content.
This module will help to reduce bandwith fetching webpages, if
supported by the webeserver. If the webserver does not support
gzip-compression, no decompression will be made.
This modules is a direct subclass of WWW::Mechanize and will
therefore support any methods provided by WWW::Mechanize.
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing.
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.
Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without needing to starting up a web server.
Testing web applications has always been a bit tricky, normally
requiring starting a web server for your application and making real
HTTP requests to it. This module allows you to test Catalyst web
applications but does not require a server or issue HTTP requests.
Instead, it passes the HTTP request object directly to Catalyst. Thus
you do not need to use a real hostname: "http://localhost/" will do.
However, this is optional. The following two lines of code do exactly
the same thing: