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

Search results for "Net::FTP::L"

lib/Net/FTP/L.pm River stage five • 155 direct dependents • 10294 total dependents

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC - Search in distribution

Net::xFTP - Common wrapper functions for use with either Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign. River stage zero No dependents

"Net::xFTP" is a wrapper class to combine common functions of (currently) Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign into a single set of functions allowing one to switch seemlessly between the two with...

TURNERJW/Net-xFTP-1.02 - 04 Sep 2021 02:00:53 UTC - Search in distribution

Net::FTP::Common - simplify common usages of Net::FTP River stage zero No dependents

This module is intended to make the common uses of Net::FTP a one-line, no-argument affair. In other words, you have 100% programming with Net::FTP. With Net::FTP::Common you will have 95% configuration and 5% programming. The way that it makes it a ...

TBONE/Net-FTP-Common-7.0.d - 04 Sep 2009 02:51:50 UTC - Search in distribution

PGN - Portable Game Notation for Chess River stage one • 2 direct dependents • 2 total dependents

This is the Portable Game Notation Specification and Implementation Guide, as revised on 12th March 1994....

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

tklkup - A script to do LDAP directory lookups, edits, and displaying directory schema information. River stage two • 70 direct dependents • 82 total dependents

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

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

XAS - Middleware for Datacenter Operations River stage one • 6 direct dependents • 6 total dependents

XAS is middleware for datacenter operations. Every datacenter has those little one off scripts that perform some important task. Most of them were written on the fly, to automate some specific task. These scripts have grown organically, they may have...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlport - Writing portable Perl
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • 6 more results from perl »

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

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

IO::All - IO::All to Larry Wall! River stage three • 134 direct dependents • 358 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

IPC::LDT - implements a length based IPC protocol River stage zero No dependents

Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is included in the command whi...

JSTENZEL/IPC-LDT-2.03 - 29 Feb 2000 19:45:34 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

IT::perlfaq8 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

HTML::Embperl - Building dynamic Websites with Perl River stage zero No dependents

Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also want to take a look at "perldoc EmbperlO...

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

Mail::SpamCannibal - HOWTO Install SpamCannibal River stage zero No dependents

MIKER/Mail-SpamCannibal-1.08 - 13 Jun 2015 04:33:14 UTC - Search in distribution

IO::Compress::Zip - Write zip files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC - Search in distribution

checklink - check the validity of links in an HTML or XHTML document River stage zero No dependents

This manual page documents briefly the checklink command, a.k.a. the W3C® Link Checker. checklink is a program that reads an HTML or XHTML document, extracts a list of anchors and links and checks that no anchor is defined twice and that all the link...

DHM/W3C-LinkChecker-5.0.0 - 17 Jun 2021 06:42:08 UTC - Search in distribution

Encode::Supported - Encodings supported by Encode River stage five • 1078 direct dependents • 32665 total dependents

Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encoding may have aliases. Each encoding has one "canonical" name. The "canonical" name is chosen from the names of the encoding by picking the first...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC - Search in distribution
47 results (0.089 seconds)