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

Search results for "SALVA"

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 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

Devel::NYTProf - Powerful fast feature-rich Perl source code profiler River stage two • 35 direct dependents • 45 total dependents

Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler. * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-opcode profiling for slow perl builtins * Pe...

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC - Search in distribution
  • nytprofhtml - Generate reports from Devel::NYTProf data

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

Alien::Build - Build external dependencies for use in CPAN River stage four • 248 direct dependents • 1388 total dependents

This module provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. This is the detailed documentation for t...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution

Net::SSH::Any - SSH client module River stage zero No dependents

************************************************************** *** *** *** NOTE: This is an early release that may contain bugs. *** *** The API is not stable and may change between releases. *** *** *** *** Also, the module tests are quite aggresive...

SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC - Search in distribution

Math::Int64 - Manipulate 64 bits integers in Perl River stage two • 28 direct dependents • 82 total dependents

This module adds support for 64 bit integers, signed and unsigned, to Perl. Exportable functions int64() int64($value) Creates a new int64 value and initializes it to $value, where $value can be a Perl number or a string containing a number. For inst...

SALVA/Math-Int64-0.57 - 21 Jan 2024 21:12:00 UTC - Search in distribution

perlrc - run perlrc file before script River stage zero No dependents

This module executes a perlrc file containing perl code before calling the main script. By default it looks for the perlrc file in the following locations: ~/.perlrc ~/.perlrc.pl /etc/perlrc /etc/perlrc.pl Alternatively, a list of directories and/or ...

SALVA/perlrc-0.01 - 21 Oct 2011 12:54:52 UTC - Search in distribution

Test::SSH - Perl extension for testing SSH modules. River stage zero No dependents

Important: This module is being replaced by Net::SSH::Any::Test. Development of "Test::SSH" is now mostly limited to bug fixing! In order to test properly Perl modules that use the SSH protocol, a running server and a set of valid authentication cred...

SALVA/Test-SSH-0.08 - 07 May 2017 07:45:02 UTC - Search in distribution

POD2::PT_BR::perlboot River stage zero No dependents

GARU/POD2-PT_BR-0.06 - 11 Dec 2010 03:25:57 UTC - Search in distribution

Net::OpenSSH::Parallel - Run SSH jobs in parallel River stage one • 1 direct dependent • 1 total dependent

Run this here, that there, etc. "Net::OpenSSH::Parallel" is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem spa...

SALVA/Net-OpenSSH-Parallel-0.14 - 04 Dec 2015 13:57:48 UTC - Search in distribution

Win32::Packer - Pack your Perl applications for Windows River stage zero No dependents

*********************************************************************** * WARNING!!! * * * * This is an early experimental release of Win32::Packer. * * * * The API is not stable yet and I would change it in order to improve * * the module usability,...

SALVA/Win32-Packer-0.01 - 03 Nov 2017 12:35:50 UTC - Search in distribution

PAUSE::Permissions - interface to PAUSE's module permissions file (06perms.txt) River stage two • 4 direct dependents • 17 total dependents

PAUSE::Permissions provides an interface to the "06perms.txt" file produced by the Perl Authors Upload Server (PAUSE). The file records who has what permissions for every module on CPAN. The format and interpretation of this file are covered in "The ...

NEILB/PAUSE-Permissions-0.17 - 14 May 2017 23:06:02 UTC - Search in distribution

Math::Vector::Real - Real vector arithmetic in Perl River stage two • 12 direct dependents • 15 total dependents

A simple pure perl module to manipulate vectors of any dimension. The function "V", always exported by the module, allows one to create new vectors: my $v = V(0, 1, 3, -1); Vectors are represented as blessed array references. It is allowed to manipul...

SALVA/Math-Vector-Real-0.18 - 30 Aug 2017 15:56:25 UTC - Search in distribution

Math::Int128 - Manipulate 128 bits integers in Perl River stage two • 6 direct dependents • 11 total dependents

This module adds support for 128 bit integers, signed and unsigned, to Perl. In order to compile this module, your compiler must support one of either the "__int128" or "int __attribute__ ((__mode__ (TI)))" types. Both GCC and Clang have supported on...

SALVA/Math-Int128-0.22 - 07 Apr 2015 14:09:16 UTC - Search in distribution

Alien::Base::ModuleBuild::API - API Reference for Alien:: Authors River stage two • 46 direct dependents • 74 total dependents

NOTE: Please consider for new development of Aliens that you use Alien::Build and alienfile instead. Like Alien::Base::ModuleBuild they work with Alien::Base. Unlike Alien::Base::ModuleBuild they are more easily customized and handle a number of corn...

PLICEASE/Alien-Base-ModuleBuild-1.17 - 13 Sep 2022 11:27:45 UTC - Search in distribution

Net::SSH::Putty - Perl module to execute SSH sessions with Putty in batch mode River stage zero No dependents

This module implements a Moo based class to interact with Putty program for non-interactive SSH sessions from MS Windows hosts. MOTIVATIONS Inspiration from this module came from the necessity to have non-interactive SSH session working on Windows. I...

ARFREITAS/Net-SSH-Putty-0.002 - 27 Feb 2018 20:30:00 UTC - Search in distribution

Tie::Array::Packed - store arrays in memory efficiently as packed strings River stage one • 1 direct dependent • 1 total dependent

This module provides an implementation for tied arrays that uses as storage a Perl scalar where all the values are packed as if the "pack" builtin had been used. All the values on a Tie::Array::Packed array are of the same value (integers, shorts, do...

SALVA/Tie-Array-Packed-0.13 - 10 Dec 2013 13:29:24 UTC - Search in distribution
39 results (0.061 seconds)