WWW::Yahoo::Groups::Mechanize 1.91 |
Date Added: January 26, 2010 | Visits: 281 |
|
||||||||
|
WWW::Yahoo::Groups::Mechanize is a Perl module to control WWW::Mechanize for WYG. This module is a subclass of WWW::Mechanize that permits us a bit more control over some aspects of the fetching behaviour. INHERITANCE This module inherits from WWW::Mechanize, which inherits from LWP::UserAgent. As such, any method available to either of them is available here. Any overridden methods will be explained below. CONSTRUCTOR new As for "new()" in WWW::Mechanize but sets the agent string to our custom agent. METHODS debug Sets or gets whether we are in debugging mode. Returns true if set, else false. warn "Awooga!" if $self->debug; $self->debug( 1 ); get We override get in order to provide some behind the scenes actions. Sleeping We allow you to rate limit your downloading. See "autosleep". Automatic adult confirmation We automatically click Accept on adult confirmation. So I hope you agree to all that. Debugging If debug is enabled, then it will display a warning showing the URL. I should probably shift the advertisement interruption skipping into this method at some point, along with the redirect handling. It will throw a X::WWW::Yahoo::Groups::BadFetch if it is unable to retrieve the specified page. Returns 0 if success, else an exception object. my $rv = $y->get( http://groups.yahoo.com ); $rv->rethrow if $rv; # or, more idiomatically $rv = $y->get( http://groups.yahoo.com ) and $rv->rethrow; autosleep Allows one to configure the sleep period between fetches The default is 1 (as of 1.86). my $period = $ua->autosleep; $ua->autosleep( 10 ); # for a 10 second delay.
|
| License: Freeware | Size: 33.79 KB |
|
Libraries
-
VCS 0.14
VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by ,... |
21.5 KB | |
|
Version Control Tools
-
svk 2.0.2
svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous... |
419.84 KB | |
|
Libraries
-
WWW::Mechanize::Pluggable 1.01
WWW::Mechanize::Pluggable 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... |
45.06 KB | |
|
Miscellaneous
-
serial relay board control class 1.0
serial relay board control class allows you to control the serial 8-fold relay board from www.conrad.ch (Order nr 967720). |
||
|
Utilities
-
Dylan Code Collection 1.7
A collection of useful libraries written in the Dylan programming language. The intent of this project is to provide easily accessible libraries for people developing applications using Functional Developer and/or Gwydion Dylan. |
673.63 KB | |
|
Programming
-
kin 0.0.2
kin is a set of libraries and tools supporting meta-programming for engineering and technical computing applications. This JVM version of kin has been superseded by the stand-alone version being developed at http://purl.org/net/kin. |
477.44 KB | |
|
Science
-
OpenOPC for Python 1.2.0
OpenOPC for Python is an easy to use OPC (OLE for Process Control) library for use with the Python programming language. The project includes a Windows gateway service allowing non-Windows clients to also access OPC-DA calls. |
166.14 KB | |
|
Libraries
-
Alien Perl module 0.91
Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just... |
10.24 KB | |
|
Libraries
-
Device::Denon::DN1400F 0.02
Device::Denon::DN1400F is a Perl module that can control a Denon DN-1400F CD player. SYNOPSIS use Device::Denon::DN1400F; my $denon = new Device::Denon::DN1400F( SerialPort => /dev/ttyS0, Id => $deviceid, ); $denon->load_disc($drive,... |
6.14 KB | |
|
Libraries
-
Convert::ASCIInames 1.002
Convert::ASCIInames is a Perl module that includes ASCII names for control characters. SYNOPSIS use Convert::ASCIInames; Convert::ASCIInames::Configure(fallthrough => 1); $name = ASCIIname($character_ordinal); $name =... |
11.26 KB |
|
Programming
-
RailsTidy 0.1
RailsTidy project is a plugin for Ruby On Rails.. |
11.26 KB | |
|
Programming
-
Strings edit 1.9
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size... |
54.27 KB | |
|
Programming
-
BScript 0.3
BScript is a (yet another) BASIC interpreter. It is free software and open-sourced, licensed under the terms of the GNU General Public License version 2 or later. You can use BScript to teach BASIC to your students, write understandable shell... |
112.64 KB | |
|
Programming
-
Kits JavaScript Brainf*ck Interpreter 0.01
Kits JavaScript Brainf*ck Interpreter is a rather fast interpreter for the Brainf*ck esoteric programming language.. Kit's JavaScript Brainfuck Interpreter v0.01 |
5.12 KB | |
|
Programming
-
dis6502 0.12
dis6502 is a flow-tracing disassembler for the 6502, originally written by Robert Bond and supporting Atari binary files. Robert posted dis6502 to the Usenet newsgroup net.sources on 9-Oct-1986, and to comp.sources.unix 7-Jun-1988. Udi... |
19.46 KB | |
|
Libraries
-
Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;... |
8.19 KB | |
|
Libraries
-
sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also... |
10.24 KB | |
|
Libraries
-
App::SimpleScan::Substitution::Line 2.02
App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite =>... |
54.27 KB | |
|
Libraries
-
PDL::Graphics::TriD 2.4.3
PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); #... |
2.1 MB | |
|
Libraries
-
SmartColorWell 1.2
SmartColorWell is a cross-platform open-source ColorWell class for REALbasic 4 or greater. The SmartColorWell control stores a color value and displays that color in a simulated BevelButton that when pressed allows the user to change the color... |
21.5 KB |
