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

Search results for "ZEFRAM"

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 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

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

olson - query the Olson timezone database River stage zero No dependents

This program provides facilities for extracting information from the Olson timezone database. It can be used to assist selection of a timezone, and for other purposes. The major action to perform is determined by a subcommand, specified as the first ...

ZEFRAM/App-olson-0.000 - 12 Mar 2012 22:23:02 UTC - Search in distribution

perlsecret - Perl secret operators and constants River stage zero No dependents

Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...

BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution

Carp - alternative warn and die for modules River stage five • 4898 direct dependents • 32646 total dependents

The Carp routines are useful in your own modules because they act like "die()" or "warn()", but with a message which is more likely to be useful to a user of your module. In the case of "cluck()" and "confess()", that context is a summary of every ca...

XSAWYERX/Carp-1.50 - 08 Sep 2018 08:12:02 UTC - Search in distribution

perlhist - Registro histórico de versiones de Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

bootstrap-perl - Bootstrap Perl inclusive CPAN from git River stage one • 1 direct dependent • 4 total dependents

SCHWIGON/App-Bootstrap-Perl-0.18 - 17 Sep 2021 20:11:34 UTC - Search in distribution

Ref::Util - Utility functions for checking references River stage three • 141 direct dependents • 439 total dependents

Ref::Util introduces several functions to help identify references in a smarter (and usually faster) way. In short: # conventional approach # with Ref::Util ref( $foo ) eq 'ARRAY' is_plain_arrayref( $foo ) use Scalar::Util qw( reftype ); reftype( $fo...

ARC/Ref-Util-0.204 - 19 Apr 2018 11:23:10 UTC - Search in distribution

Sereal::Decoder - Fast, compact, powerful binary deserialization River stage three • 29 direct dependents • 112 total dependents

This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called *Sereal*. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independe...

YVES/Sereal-Decoder-5.004 - 19 Apr 2023 13:20:25 UTC - Search in distribution

Sereal::Encoder - Fast, compact, powerful binary serialization River stage three • 31 direct dependents • 110 total dependents

This library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called *Sereal*. Its sister module Sereal::Decoder implements a decoder for this format. The two are released separately to allow for independen...

YVES/Sereal-Encoder-5.004 - 19 Apr 2023 13:20:36 UTC - Search in distribution

prebuild - custom build process for Time::OlsonTZ::Data River stage one • 3 direct dependents • 5 total dependents

This program performs build actions for the Time::OlsonTZ::Data module that should run *before* the usual build process of "Build.PL" and "Build". The module distribution tarball for CPAN includes the results of the prebuild process, because the preb...

ZEFRAM/Time-OlsonTZ-Data-0.202401 - 01 Feb 2024 19:08:21 UTC - Search in distribution

Date::JD - conversion between flavours of Julian Date River stage one • 1 direct dependent • 2 total dependents

For date and time calculations it is convenient to represent dates by a simple linear count of days, rather than in a particular calendar. This is such a good idea that it has been invented several times. If there were a single such linear count then...

ZEFRAM/Date-JD-0.006 - 30 Jul 2017 11:02:58 UTC - Search in distribution

Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers River stage five • 937 direct dependents • 10354 total dependents

The "Time::HiRes" module implements a Perl interface to the "usleep", "nanosleep", "ualarm", "gettimeofday", and "setitimer"/"getitimer" system calls, in other words, high resolution time and timers. See the "EXAMPLES" section below and the test scri...

ATOOMIC/Time-HiRes-1.9764 - 10 Aug 2020 22:23:42 UTC - Search in distribution

Math::Trig - trigonometric functions River stage four • 112 direct dependents • 2297 total dependents

"Math::Trig" defines many trigonometric functions not defined by the core Perl which defines only the "sin()" and "cos()". The constant pi is also defined as are a few convenience functions for angle conversions, and *great circle formulas* for spher...

ZEFRAM/Math-Complex-1.59 - 01 Feb 2012 23:39:04 UTC - Search in distribution
  • Math::Complex - complex numbers and associated mathematical functions

Time::UTC - manipulation of UTC in terms of TAI River stage one • 3 direct dependents • 4 total dependents

This module encapsulates knowledge about the structure of the UTC time scale, including the leap seconds of the current incarnation. This information is useful in manipulating times stored in a UTC-based format, or in converting between UTC and TAI (...

ZEFRAM/Time-UTC-0.009 - 27 Jul 2017 10:05:23 UTC - Search in distribution

Sentinel - create lightweight SCALARs with get/set callbacks River stage one • 4 direct dependents • 5 total dependents

This module provides a single lvalue function, "sentinel", which yields a scalar that invoke callbacks to get or set its value. Primarily this is useful to create lvalue object accessors or other functions, to invoke actual code when a new value is s...

PEVANS/Sentinel-0.07 - 03 Jul 2023 21:24:16 UTC - Search in distribution

TryCatch - first class try catch semantics for Perl, without source filters. River stage two • 20 direct dependents • 29 total dependents

This module aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using "eval {}; if ($@) {}" is often prone to subtle bugs, primarily that...

ASH/TryCatch-1.003002 - 22 Mar 2013 07:49:45 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution
126 results (0.105 seconds)