The WWW::Google::PageRank is a class implementing a interface
for querying google pagerank.
To use it, you should create WWW::Google::PageRank object
and use its method get(), to query page rank of URL.
It uses LWP::UserAgent for making request to Google.
The WWW::Google::Video is a class implementing a interface for fetch the Google
Video Information. To use it, you should create WWW::Google::Video object and
use its method fetch(), to fetch the information of Video. It uses LWP::Simple
for making request to Google.
Provides a convenient way of using CGI applications with WWW::Mechanize.
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.
The module is intended as a simple way to fill out HTML forms from a set
of predetermined values. You set up the form filler with value elements,
retrieve the HTML form, and let the form filler loose on that form.
There are value classes provided for many tasks - fixed values, values
to be queried interactively from the user, values taken randomly from a
list of values and values specified through a callback to some Perl
code.
Adds HEAD tag parsing to WWW::Mechanize
and handles DOM handling, CSS selector, JSON, Canvas, SVG, and of
course JavaScript.
URI::Escape::XS - Drop-In replacement for URI::Escape.
This module provides all of the same functionality of WWW::Mechanize, but
adds support for plugins using Module::Pluggable; this means that any
module named WWW::Mechanize::Plugin::whatever... will be found and loaded
when WWW::Mechanize::Pluggable is loaded.
Big deal, you say. Well, it becomes a big deal in conjunction
with WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins
are loaded, their import() methods can call WWW::Mechanize::Pluggable's
prehook and posthook methods. These methods add callbacks to the plugin
code in WWW::Mechanize::Pluggable's methods. These callbacks can act
before a method or after it, and have to option of short-circuiting the
call to the WWW::Mechanize::Pluggable method altogether.
These methods receive whatever parameters the WWW::Mechanize::Pluggable
methods received, plus a reference to the actvive Mech object.
All other extensions to WWW::Mechanize::Pluggable are handled by the
plugins.
sites. It can log into the phpBB web interface, pull forum and topics
names and perform administrative tasks like deleting posts.
FUNCTIONALITY IS CURRENTLY LIMITED, READ ON WHAT'S AVAILABLE SO FAR.