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::perlport"

perlop - Perl operators and precedence River stage five • 11693 direct dependents • 33184 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 228 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

IT::perlvar River stage zero No dependents

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

perlfaq5 - Files and Formats River stage zero No dependents

This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. How do I flush/unbuffer an output filehandle? Why must I do this? (contributed by brian d foy) You might like to read Mark Jason Dominus's "Suffering From Bu...

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

DBass - DBM with associative arrays, file locking and XML records River stage zero No dependents

This module provides methods to read, write and delete associative arrays in DBM files, with file locking and XML records. It uses a named argument "-api" for class methods "new" and "gestalt" to try to prevent later versions of the module from break...

SPIDERBOY/DBass-0.53 - 11 Jan 2000 17:31:51 UTC - Search in distribution

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC - Search in distribution

File::Util - Easy, versatile, portable file handling River stage two • 12 direct dependents • 13 total dependents

File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on files and directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their...

TOMMY/File-Util-4.201720 - 20 Jun 2020 01:38:34 UTC - Search in distribution

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

Text::Unidecode - plain ASCII transliterations of Unicode text River stage three • 44 direct dependents • 333 total dependents

It often happens that you have non-Roman text data in Unicode, but you can't display it-- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could r...

SBURKE/Text-Unidecode-1.30 - 26 Nov 2016 12:14:32 UTC - Search in distribution

URI::file - URI that maps to local file names River stage five • 1907 direct dependents • 10215 total dependents

The "URI::file" class supports "URI" objects belonging to the *file* URI scheme. This scheme allows us to map the conventional file names found on various computer systems to the URI name space, see RFC 8089 <https://www.rfc-editor.org/rfc/rfc8089.ht...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution

Tie::TZ - tied $TZ setting %ENV and calling tzset() River stage one • 2 direct dependents • 2 total dependents

"Tie::TZ" provides a tied $TZ variable which gets and sets the TZ environment variable $ENV{'TZ'}. When it changes %ENV, it calls "tzset()" (see POSIX) if available, ensuring the C library notices the change for subsequent "localtime()" etc. $TZ = 'G...

KRYDE/Tie-TZ-11 - 13 Aug 2020 08:44:28 UTC - Search in distribution

DBM::DBass - DBM with associative arrays, file locking and XML records River stage zero No dependents

This module provides methods to read, write and delete associative arrays in DBM files, with file locking and XML records. It uses a named argument "-api" for class methods "new" and "gestalt" to try to prevent later versions of the module from break...

SPIDERBOY/DBM-DBass-0.54 - 19 Jan 2000 17:11:47 UTC - Search in distribution

Parallel::Loops - Execute loops using parallel forked subprocesses River stage one • 1 direct dependent • 1 total dependent

Often a loop performs calculations where each iteration of the loop does not depend on the previous iteration, and the iterations really could be carried out in any order. This module allows you to run such loops in parallel using all the CPUs at you...

PMORCH/Parallel-Loops-0.12 - 09 Jan 2024 19:49:02 UTC - Search in distribution

Time::Stamp - Easy, readable, efficient timestamp functions River stage one • 2 direct dependents • 2 total dependents

This module makes it easy to include timestamp functions that are simple, easy to read, easy to parse, and fast. For simple timestamps perl's built-in functions are all you need: time, gmtime (or localtime), and sprintf... Sometimes you desire a simp...

RWSTAUNER/Time-Stamp-1.300 - 10 Jan 2013 03:39:15 UTC - Search in distribution

File::Cmp - compare two files character by character River stage one • 3 direct dependents • 6 total dependents

This module offers a fcmp function that checks whether the contents of two files are identical, in the spirit of the Unix cmp(1) utility. A single subroutine, fcmp, is offered for optional export. It expects at minimum two files or file handles, alon...

JMATES/File-Cmp-1.09 - 07 Mar 2023 01:00:58 UTC - Search in distribution

MooseX::Workers - Simple sub-process management for asynchronous tasks River stage zero No dependents

MooseX::Workers is a Role that provides easy delegation of long-running tasks into a managed child process. Process management is taken care of via POE and its POE::Wheel::Run module....

RKITOVER/MooseX-Workers-0.24 - 07 Feb 2015 19:02:18 UTC - Search in distribution

Test::MockTime - Replaces actual time with simulated time River stage four • 37 direct dependents • 2361 total dependents

This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or ...

DDICK/Test-MockTime-0.17 - 01 Apr 2018 06:09:08 UTC - Search in distribution

Module::Generic::File - File Object Abstraction Class River stage two • 16 direct dependents • 20 total dependents

This packages provides a comprehensive and versatile set of methods and functions to manipulate files and directories. You can even manipulate filenames as if under a different OS, by providing the "os" parameter....

JDEGUEST/Module-Generic-v0.37.2 - 09 May 2024 13:48:04 UTC - Search in distribution

IPC::System::Simple - Run commands simply, with detailed diagnostics River stage four • 124 direct dependents • 4032 total dependents

Calling Perl's in-built "system()" function is easy, determining if it was successful is *hard*. Let's face it, $? isn't the nicest variable in the world to play with, and even if you *do* check it, producing a well-formatted error string takes a lot...

JKEENAN/IPC-System-Simple-1.30 - 24 Mar 2020 01:37:42 UTC - Search in distribution

IO::SigGuard - SA_RESTART in pure Perl River stage one • 3 direct dependents • 4 total dependents

"perldoc perlipc" describes how Perl versions from 5.8.0 onward disable the OS’s SA_RESTART flag when installing Perl signal handlers. This module imitates that pattern in pure Perl: it does an automatic restart when a signal interrupts an operation ...

FELIPE/IO-SigGuard-0.15 - 13 Jun 2020 11:05:00 UTC - Search in distribution
36 results (0.702 seconds)