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 "perlop"

perlop - Operadores y precedencia 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

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

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

tr - translate or delete characters River stage one • 1 direct dependent • 1 total dependent

The *tr* program copies the standard input to the standard output with substitution or deletion of selected characters. Input characters found in *SEARCHLIST* are mapped into the corresponding characters of *REPLACEMENTLIST*. When *REPLACEMENTLIST* i...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

fastr - character-based transformations on sequence records River stage zero No dependents

fastr takes multifasta format sequence or alignment data as input, and faciliates character transliterations on identifiers (by default), sequences or descriptions using the Perl tr/// character transliteration operator. This faciliates character rem...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 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

Math::BigInt - arbitrary size integer math package River stage four • 220 direct dependents • 1688 total dependents

Math::BigInt provides support for arbitrary precision integers. Overloading is also provided for Perl operators. Input Input values to these routines may be any scalar number or string that looks like a number and represents an integer. Anything that...

PJACKLAM/Math-BigInt-2.003003 - 27 May 2024 14:06:14 UTC - Search in distribution

IT::perlfaq4 River stage zero No dependents

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

enum - C style enumerated types and bitmask flags in Perl River stage two • 20 direct dependents • 46 total dependents

This module is used to define a set of constants with ordered numeric values, similar to the "enum" type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (eg 1, 2,...

NEILB/enum-1.12 - 04 Aug 2021 07:28:29 UTC - Search in distribution

isa - isn't the isa operator River stage one • 1 direct dependent • 1 total dependent

The new "isa" operator in Perl 5.32 is pretty great, but if you need to support legacy versions of Perl, you can't use it yet. This module gives you isa-like functions you can use in Perl 5.6 and above. If you've got Type::Tiny::XS installed, you wil...

TOBYINK/isa-2.001 - 06 Sep 2020 11:34:16 UTC - Search in distribution

ansiecho - Colored echo command using ANSI terminal sequence River stage zero No dependents

ECHO ansiecho print arguments with ANSI terminal escape sequence according to a given color and format specification. In a simple case, ansiecho behave exactly same as echo command. ansiecho a b c Like echo command, option -n disables to print newlin...

UTASHIRO/App-ansiecho-1.08 - 28 Mar 2024 09:57:10 UTC - Search in distribution

dec-pl - Decrement variable using Perl's auto-decrement notion River stage one • 1 direct dependent • 1 total dependent

This very simple script decrements its arguments using Perl module Data::Decrement, which basically tries to provide the counterpart to Perl's "++" (auto-increment) operator. The auto-increment rules, taken from perlop and copied here for convenience...

PERLANCAR/App-IncrementUtils-0.001 - 25 Jan 2019 14:04:05 UTC - Search in distribution
  • inc-pl - Increment variable using Perl's auto-increment notion

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

perlre - Регулярные выражения Perl River stage zero No dependents

MISHIN/POD2-RU-5.18.0.1.84 - 17 Dec 2017 17:55:54 UTC - Search in distribution

PDF::Kit - A collection of subroutines for PDF::API2. River stage zero No dependents

A collection of subroutines to be used with PDF::API2. Mark-up Text Mark-up Text (mut) is a list of items. If an element is a scalar, it's text to be formatted. If it's a hash reference, it contains mark-up options that apply to remainder of the curr...

SHCOREY/PDF-Kit-v1.0.5 - 23 Aug 2009 15:10:48 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 27 direct dependents • 34 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

Text::Balanced - Extract delimited text sequences from strings. River stage four • 93 direct dependents • 2022 total dependents

The various "extract_..." subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace ("/\s*/"), but you can change it to whatever you wish (see below). T...

SHAY/Text-Balanced-2.06 - 05 Jun 2022 10:38:48 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

Convert::Binary::C - Binary Data Conversion using C Types River stage one • 4 direct dependents • 4 total dependents

Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and supports arbitrarily complex data structures. Its object-oriented interface has "pack" and "unpack" methods that act as replacements for Perl's "pac...

MHX/Convert-Binary-C-0.84 - 23 Nov 2020 13:15:27 UTC - Search in distribution

PPIx::Regexp - Represent a regular expression of some sort River stage three • 9 direct dependents • 169 total dependents

The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document. This package shares with PPI the ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC - Search in distribution
85 results (0.281 seconds)