The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:WWW::Mechanize::Shell"

WWW::Mechanize::Shell - An interactive shell for WWW::Mechanize River stage one • 1 direct dependent • 1 total dependent

This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize. ...

CORION/WWW-Mechanize-Shell-0.62 - 21 Jul 2023 19:50:38 UTC

Bundle::WWW::Mechanize::Shell - install all optional modules for WWW::Mechanize::Shell River stage zero No dependents

CORION/Bundle-WWW-Mechanize-Shell-0.29 - 03 Aug 2003 21:37:25 UTC

WWW::Velib - Download account information from the Velib website River stage zero No dependents

*Documentation en français ci-dessous*. "WWW::Velib" connects to the Velib web site with your credentials and extracts the information concerning your account. The available information includes the date your subscription expires, how many trips made...

DLAND/WWW-Velib-0.05 - 13 Nov 2007 15:11:54 UTC

WWW::HtmlUnit - Inline::Java based wrapper of the HtmlUnit v2.14 library River stage zero No dependents

This is a wrapper around the HtmlUnit library. It includes the HtmlUnit jar itself and it's dependencies. All this library really does is find the jars and load them up using Inline::Java. The reason all this is interesting? HtmlUnit has very good ja...

AWWAIID/WWW-HtmlUnit-0.22 - 18 Apr 2014 02:05:48 UTC

WWW::Mechanize - Handy web browsing in a Perl object River stage three • 282 direct dependents • 550 total dependents

"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC

WWW::Mechanize::FormFiller - framework to automate HTML forms River stage one • 4 direct dependents • 5 total dependents

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...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::Script::Util - some basic utility functions for scripts River stage zero No dependents

REHSACK/WWW-Mechanize-Script-0.101 - 10 May 2014 13:44:45 UTC

WWW::Mechanize::FormFiller::Value - Base class for HTML form values River stage one • 4 direct dependents • 5 total dependents

This class is the base class for different values - it defines the interface implemented by the subclasses. new NAME Creates a new value which will correspond to the HTML field "NAME". name [NEWNAME] Gets and sets the name of the HTML field this valu...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Keep - Leave an HTML field alone River stage one • 4 direct dependents • 5 total dependents

This class provides a way to keep a value in an HTML field. new NAME Creates a new value which will correspond to the HTML field "NAME". name [NEWNAME] Gets and sets the name of the HTML field this value corresponds to. value FIELD Returns whatever "...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Random - Randomly fill out a HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a randomly chosen value into a HTML field. new NAME, LIST Creates a new value which will correspond to the HTML field "NAME". The "LIST" is a list of items one of which will be returned for each call to "value()". T...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Fixed - Fill a fixed value into an HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a fixed value into a HTML field. new NAME, VALUE Creates a new value which will correspond to the HTML field "NAME". The "VALUE" is the value to be written into the HTML field. name [NEWNAME] Gets and sets the name ...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Callback - Call Perl code to fill out a HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a value returned by Perl code into a HTML field. new NAME, CODE Creates a new value which will correspond to the HTML field "NAME". The "CODE" is a code reference that will return the value to be written into the HT...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Default - Fill a fixed value into an empty HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a fixed value into a HTML field. new NAME, VALUE Creates a new value which will correspond to the HTML field "NAME". The "VALUE" is the value to be written into the HTML field. name [NEWNAME] Gets and sets the name ...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Random::Word - Fill a word into an HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a randomly chosen value into a HTML field. new NAME, LIST Creates a new value which will correspond to the HTML field "NAME". The "LIST" is the list of arguments passed to Data::Random::rand_words. If the list is em...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Random::Date - Fill a timestamp into an HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a randomly chosen value into a HTML field. new NAME, %ARGS Creates a new value which will correspond to the HTML field "NAME". The allowed %ARGS are string => POSIX strftime string min => minimum time stamp (inclusi...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Random::Chars - Fill characters into an HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a randomly chosen value into a HTML field. new NAME, LIST Creates a new value which will correspond to the HTML field "NAME". The "LIST" is the list of arguments passed to Data::Random::rand_chars. If the list is em...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC

WWW::Mechanize::FormFiller::Value::Interactive - Ask the user to fill out a HTML form field River stage one • 4 direct dependents • 5 total dependents

This class provides a way to write a value read from STDIN into a HTML field. new NAME Creates a new value which will correspond to the HTML field "NAME". name [NEWNAME] Gets and sets the name of the HTML field this value corresponds to. value FIELD ...

CORION/WWW-Mechanize-FormFiller-0.13 - 16 Aug 2022 16:04:55 UTC
17 results (0.066 seconds)