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

Search results for "ROBINS"

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

RAS::AS5200 - PERL Interface to Cisco AS5200 Access Router River stage zero No dependents

At this time, the following methods are implemented: creating an object with new Use the new() method to create a new object. Example: use RAS::AS5200; $foo = new RAS::AS5200( hostname => 'dialup1.example.com', login => '!root', password => 'mysecret...

STIGMATA/RAS-AS5200-1.04 - 09 Jun 2000 22:27:34 UTC - Search in distribution

Net::SSH2::Cisco - interact with a Cisco router via SSH River stage zero No dependents

Net::SSH2::Cisco provides additional functionality to Net::SSH2 for dealing with Cisco routers in much the same way Net::Telnet::Cisco enhances Net::Telnet. In fact, this module borrows heavily from both of those excellent modules. This module is bas...

VINSWORLD/Net-SSH2-Cisco-0.04 - 11 Sep 2017 10:42:47 UTC - Search in distribution

Net::SFTP - Secure File Transfer Protocol client River stage one • 1 direct dependent • 1 total dependent

*Net::SFTP* is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP) - file transfer built on top of the SSH2 protocol. *Net::SFTP* uses *Net::SSH::Perl* to build a secure, encrypted tunnel through which files can be transferred and ...

LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTC - Search in distribution

Compress::Bzip2 - Interface to Bzip2 compression library River stage three • 13 direct dependents • 557 total dependents

The *Compress::Bzip2* module provides a Perl interface to the bzip2 compression library (see "AUTHOR" for details about where to get *Bzip2*). A relevant subset of the functionality provided by *bzip2* is available in *Compress::Bzip2*. All string pa...

RURBAN/Compress-Bzip2-2.28 - 18 Jul 2020 06:12:25 UTC - Search in distribution

Net::SSH::Perl - Perl client Interface to SSH River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl* is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. *Net::SSH::Perl* enables you to simply and securely execute commands on remote machines, and receive the STDOU...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC - Search in distribution

RAS::HiPerARC - PERL Interface to 3Com/USR Total Control HiPerARC River stage zero No dependents

At this time, the following methods are implemented: creating an object with new Use the new() method to create a new object. Example: use RAS::HiPerARC; $foo = new RAS::HiPerARC( hostname => 'dialup1.example.com', login => '!root', password => 'myse...

STIGMATA/RAS-HiPerARC-1.03 - 10 Jun 2000 01:38:12 UTC - Search in distribution

PostScript::MailLabels - Modules for creating PostScript(tm) files of mailing address labels. River stage zero No dependents

The module has three distinct output modes. In my experience, printing mailing labels is a matter of tweaking parameters to get them all to fit properly on the page. This module is designed with this in mind. The first output is the calibration sheet...

AJACKSON/PostScript-MailLabels-2.32 - 03 Oct 2012 01:08:36 UTC - Search in distribution

Net::RVP - implementation of the Rendez-Vous Protocol for instant messaging River stage zero No dependents

DBROBINS/Net-RVP-0.02 - 24 Jun 2004 01:32:29 UTC - Search in distribution

HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response object River stage two • 8 direct dependents • 38 total dependents

This is an HTTP request parser. It takes chunks of text as received and returns a 'hint' as to what is required, or returns the HTTP::Request when a complete request has been read. HTTP/1.1 chunking is supported. It dies if it finds an error....

EDECA/HTTP-Parser-0.06 - 06 Mar 2011 20:47:14 UTC - Search in distribution

WebSocket::Common - Common Class for Request and Response River stage zero No dependents

This is a common class for WebSocket::Request and WebSocket::Response...

JDEGUEST/WebSocket-v0.2.0 - 06 Oct 2023 01:37:22 UTC - Search in distribution

Event::IO::Record - buffered asynchronous I/O, timeouts River stage one • 1 direct dependent • 1 total dependent

DBROBINS/Event-IO-0.01 - 19 Mar 2004 05:23:29 UTC - Search in distribution

Plack::HTTPParser - Parse HTTP headers River stage four • 760 direct dependents • 1891 total dependents

Plack::HTTPParser is a wrapper class to dispatch "parse_http_request" to Kazuho Oku's XS based HTTP::Parser::XS or pure perl fallback based on David Robins HTTP::Parser. If you want to force the use of the slower pure perl version even if the fast XS...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

Search::Elasticsearch::CxnPool::Static - A CxnPool for connecting to a remote cluster with a static list of nodes. River stage two • 39 direct dependents • 54 total dependents

The Static connection pool, which is the default, should be used when you don't have direct access to the Elasticsearch cluster, eg when you are accessing the cluster through a proxy. It round-robins through the nodes that you specified, and pings ea...

EZIMUEL/Search-Elasticsearch-8.12 - 25 Jan 2024 10:49:58 UTC - Search in distribution

Search::Elasticsearch::CxnPool::Async::Static - An async CxnPool for connecting to a remote cluster with a static list of nodes. River stage one • 8 direct dependents • 9 total dependents

The Async::Static connection pool, which is the default, should be used when you don't have direct access to the Elasticsearch cluster, eg when you are accessing the cluster through a proxy. It round-robins through the nodes that you specified, and p...

EZIMUEL/Search-Elasticsearch-Async-8.12 - 25 Jan 2024 10:51:24 UTC - Search in distribution
17 results (0.046 seconds)