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

Search results for "Underscore"

underscore - outlaws global $_ River stage zero No dependents

This module detects the use of global $_ and croaks. If you want it to carp or confess, simply no underscore 'carp'; You can also use your custom subroutine like no underscore sub { ... } You can also customize the error message like no undersocore '...

DANKOGAI/underscore-0.01 - 25 Dec 2007 08:33:07 UTC - Search in distribution

Util::Underscore - Common helper functions without having to import them River stage zero No dependents

This module contains various utility functions, and makes them accessible through the "_" package. This allows the use of these utilities (a) without much per-usage overhead and (b) without namespace pollution. It contains selected functions from the...

AMON/Util-Underscore-v1.4.2 - 15 May 2017 14:33:22 UTC - Search in distribution

Module::Underscore - convert module name to underscore string name and underscore string name to module name River stage zero No dependents

CELOGEEK/ModuleUnderscore-0.4 - 15 Feb 2014 16:25:30 UTC - Search in distribution

Percent::Underscore - let %_ interpolate any expression. River stage zero No dependents

This module is just a shothand for "tie %_, 'Tie::Expression';"....

DANKOGAI/Tie-Expression-0.01 - 01 Jul 2008 17:59:38 UTC - Search in distribution

lexical::underscore - access your caller's lexical underscore River stage two • 2 direct dependents • 33 total dependents

Starting with Perl 5.10, it is possible to create a lexical version of the Perl default variable $_. Certain Perl constructs like the "given" keyword automatically use a lexical $_ rather than the global $_. It is occasionallly useful for a sub to be...

TOBYINK/lexical-underscore-0.004 - 30 Jan 2017 14:20:55 UTC - Search in distribution

UnderscoreJS - Perl port of Underscore.js River stage zero No dependents

UnderscoreJS Perl is a clone of a popular JavaScript library <http://github.com/documentcloud/underscore|Underscore.js>. Why? Because Perl is awesome. And because we can! /\ \ __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\ \/\ \ /' _ `\ /'_` \ /'__`...

VTI/UnderscoreJS-0.07 - 06 Jan 2014 08:40:01 UTC - Search in distribution

script/ForbidUnderscore.pm River stage one • 5 direct dependents • 5 total dependents

BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution

Sub::AliasedUnderscore - transform a subroutine that operates on $_ into one that operates on $_[0] River stage one • 1 direct dependent • 1 total dependent

Often you'll want to accept a subroutine that operates on $_, like "map" and "grep" do. The details of getting $_ to work that way are inconvenient to worry about every time, so this module abstracts that away. Transform the subroutine that touches $...

JROCKWAY/Sub-AliasedUnderscore-0.02 - 30 Mar 2008 02:55:12 UTC - Search in distribution

Web::Library::UnderscoreJS - Distribution wrapper around UnderscoreJS River stage one • 1 direct dependent • 1 total dependent

This is a distribution wrapper around Underscore.js. It enables you to include the client-side library in multiple Web application projects with very little effort. See Web::Library for the general concept and how to use it with Catalyst....

MARCEL/Web-Library-UnderscoreJS-0.04 - 14 Dec 2013 15:46:29 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 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

yq - Filter YAML through a command-line program River stage zero No dependents

This program takes a stream of YAML documents (on STDIN or file arguments), applies a filter, then writes the results to STDOUT....

PREACTION/ETL-Yertl-0.044 - 28 Jul 2020 02:29:40 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

satpass - Predict satellite passes over an observer. River stage one • 7 direct dependents • 8 total dependents

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 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

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

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 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

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

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 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
855 results (0.157 seconds)