The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "WWW::Mechanize::Examples"

WWW::Mechanize::Examples - Sample programs that use WWW::Mechanize River stage three • 282 direct dependents • 550 total dependents

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

WWW::Mechanize::Chrome::Examples - WWW::Mechanize::Chrome example programs. River stage one • 3 direct dependents • 3 total dependents

This is a documentation only module showing the examples that are included in the WWW::Mechanize::Chrome distribution. This file was auto-generated via the "gen_examples_pod.pl" program that is also included in the examples directory....

CORION/WWW-Mechanize-Chrome-0.72 - 21 Nov 2023 21:19:47 UTC - Search in distribution

WWW::Mechanize::Firefox::Examples - WWW::Mechanize::Firefox example programs. River stage one • 2 direct dependents • 2 total dependents

This is a documentation only module showing the examples that are included in the WWW::Mechanize::Firefox distribution. This file was auto-generated via the "gen_examples_pod.pl" program that is also included in the examples directory....

CORION/WWW-Mechanize-Firefox-0.80 - 28 Oct 2018 11:17:16 UTC - Search in distribution

WWW::Mechanize::PhantomJS::Examples - WWW::Mechanize::PhantomJS example programs. River stage one • 3 direct dependents • 3 total dependents

This is a documentation only module showing the examples that are included in the WWW::Mechanize::PhantomJS distribution. This file was auto-generated via the "gen_examples_pod.pl" program that is also included in the examples directory....

CORION/WWW-Mechanize-PhantomJS-0.24 - 11 Sep 2020 17:49:59 UTC - Search in distribution

WWW::Bugzilla - Handles submission/update of bugzilla bugs via WWW::Mechanize. River stage zero No dependents

WWW::Bugzilla currently provides an API to posting new Bugzilla bugs, as well as updating existing Bugzilla bugs....

BMC/WWW-Bugzilla-1.5 - 12 Oct 2009 16:22:05 UTC - Search in distribution

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 - Search in distribution

parrepo - Server side script for managing PAR repositories River stage zero No dependents

This is a frontend script to the PAR::Repository module. It lets you create and manage PAR repositories. COMMANDS All commands take the *--verbose* option to set the verbosity of error messages. Specifying that option multiple times (up to 4x) increa...

RSCHUPP/PAR-Repository-0.21 - 22 Nov 2012 21:07:32 UTC - Search in distribution

dh-make-perl - Create debian source packages from Perl modules River stage one • 3 direct dependents • 3 total dependents

dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...

DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distribution

perlimports - A command line utility for cleaning up imports in your Perl code River stage zero No dependents

This distribution provides the "perlimports" command line interface (CLI), which automates the cleanup and maintenance of Perl "use" and "require" statements. Loosely inspired by goimports <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>, this t...

OALDERS/App-perlimports-0.000053 - 13 Jan 2024 20:19:02 UTC - Search in distribution

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC - Search in distribution

Firefox::Marionette - Automate the Firefox browser with the Marionette protocol River stage one • 1 direct dependent • 4 total dependents

This is a client module to automate the Mozilla Firefox browser via the Marionette protocol <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Protocol >...

DDICK/Firefox-Marionette-1.53 - 03 Mar 2024 10:58:22 UTC - Search in distribution

Dancer2::Manual - A gentle introduction to Dancer2 River stage three • 156 direct dependents • 176 total dependents

Dancer2 is a free and open source web application framework written in Perl. It's a complete rewrite of Dancer, based on Moo and using a more robust and extensible fully-OO design. It's designed to be powerful and flexible, but also easy to use - get...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Titanium - A strong, lightweight web application framework River stage one • 1 direct dependent • 1 total dependent

It is intended that your Application Module will be implemented as a sub-class of Titanium. This is done simply as follows: package My::App; use base 'Titanium'; Notation and Conventions For the purpose of this document, we will refer to the followin...

MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution

perlfaq9 - Web, Email and Networking River stage zero No dependents

This section deals with questions related to running web sites, sending and receiving email as well as general networking. Should I use a web framework? Yes. If you are building a web site with any level of interactivity (forms / users / databases), ...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

LWP::UserAgent - Web user agent class River stage four • 2163 direct dependents • 6200 total dependents

The LWP::UserAgent is a class implementing a web user agent. LWP::UserAgent objects can be used to dispatch web requests. In normal use the application creates an LWP::UserAgent object, and then configures it with values for timeouts, proxies, name, ...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

VoIPms - API wrapper for VoIP.ms River stage zero No dependents

This module provides all of the documented methods from the VoIP.ms API, as listed here: https://www.voip.ms/m/apidocs.php Responses from VoIP.ms are provided as JSON but are decoded and returned as pure Perl. EXPORT None....

JOHNMERTZ/VoIPms-0.01 - 17 Jun 2019 03:48:15 UTC - Search in distribution

perlnewmod - preparing a new module for distribution River stage five • 11292 direct dependents • 32664 total dependents

This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribution, and making them available via CPAN. One of the things that makes Perl really powerful is the fact that Perl hackers tend to want to ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlnewmod - preparing a new module for distribution

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC - Search in distribution

Perlmazing - A collection of helper functions powered by Perlmazing::Engine. River stage one • 1 direct dependent • 1 total dependent

ZARABOZO/Perlmazing-2.0006 - 28 May 2023 13:13:38 UTC - Search in distribution

Tesla::API - Interface to Tesla's API River stage one • 1 direct dependent • 1 total dependent

This distribution provides access to the Tesla API. This class is designed to be subclassed. For example, I have already begun a new Tesla::Vehicle distribution which will have access and update methods that deal specifically with Tesla autos, then a...

STEVEB/Tesla-API-1.02 - 20 Jul 2022 01:51:21 UTC - Search in distribution
86 results (0.064 seconds)