debian man page for www::mechanize::autopager

Query: www::mechanize::autopager

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WWW::Mechanize::AutoPager(3pm)				User Contributed Perl Documentation			    WWW::Mechanize::AutoPager(3pm)

NAME
WWW::Mechanize::AutoPager - Automatic Pagination using AutoPagerize
SYNOPSIS
use WWW::Mechanize::AutoPager; my $mech = WWW::Mechanize->new; # Load siteinfo from http://swdyh.infogami.com/autopagerize $mech->autopager->load_siteinfo(); # Or, load manually $mech->autopager->add_site( url => 'http://.+.tumblr.com/', nextLink => ..., ); $mech->get('http://otsune.tumblr.com/'); if (my $link = $mech->next_link) { $mech->get($link); $mech->page_element; # HTML snippet }
DESCRIPTION
WWW::Mechanize::AutoPager is a plugin for WWW::Mechanize to do automatic pagination using AutoPagerize user script. THIS MODULE IS CONSIDERED EXPERIMENTAL AND ITS API WILL BE LIKELY TO CHANGE
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
HTML::AutoPagerize, <http://swdyh.infogami.com/autopagerize> perl v5.12.4 2011-08-08 WWW::Mechanize::AutoPager(3pm)
Related Man Pages
www::mechanize::cookbook(3pm) - debian
www::mechanize::formfiller::value::random(3pm) - debian
www::mechanize::formfiller::value::random::word(3pm) - debian
www::mechanize::gzip(3pm) - debian
www::mechanize::image(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?