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 "Lexical::Alias"

Lexical::Alias - makes a lexical an alias for another variable River stage one • 2 direct dependents • 2 total dependents

This module allows you to alias a lexical (declared with "my") variable to another variable (package or lexical). You will receive a fatal error if you try aliasing a scalar to something that is not a scalar (etc.). Parameter Swaping (new!) Version 0...

PINYAN/Lexical-Alias-0.04 - 19 May 2003 15:17:15 UTC - Search in distribution

Devel::LexAlias - alias lexical variables River stage two • 10 direct dependents • 52 total dependents

Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing. If you don't know why you'd want to do this, I'd suggest that you skip this module. If you think you have a use for it, I'd insist on it....

RCLAMP/Devel-LexAlias-0.05 - 16 Jan 2013 11:53:39 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

String::TT - use TT to interpolate lexical variables River stage one • 2 direct dependents • 3 total dependents

String::TT exports a "tt" function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result wi...

BOBTFISH/String-TT-0.03 - 11 Jun 2010 10:44:40 UTC - Search in distribution

Alias::Any - Create lexical aliases under different versions of Perl River stage zero No dependents

This module is simply a convenient wrapper around the various mechanisms by which aliases can be defined under different versions of Perl. Under Perl 5.12 to 5.18, the module uses the 'alias' function from the Data::Alias module to create the request...

DCONWAY/Alias-Any-0.000007 - 12 Jun 2018 01:34:54 UTC - Search in distribution

Lexical::Util - utilities for lexical item manipulation River stage zero No dependents

"Lexical::Util" is a module containing some common routines used by modules dealing with the lexical variables of routines other than their own. They are taken from various sources, including PadWalker, Perl6::Binding, and Lexical::Alias. This module...

KVAIL/Lexical-Util-0.8 - 30 Jul 2004 02:02:31 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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

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

perldl - Simple shell for PDL (see also pdl2) River stage three • 94 direct dependents • 102 total dependents

The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution
  • PDLdb.pl - the perl debugger with PDL support

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

Hades - Less is more, more is less! River stage one • 4 direct dependents • 8 total dependents

LNATION/Hades-0.21 - 05 Nov 2021 15:58:16 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

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

Aspect - Aspect-Oriented Programming (AOP) for Perl River stage two • 10 direct dependents • 13 total dependents

What is Aspect-Oriented Programming? Aspect-Oriented Programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of "cross-cutting "concerns. It includes programming methods and tools that support the modu...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC - Search in distribution

Dios - Declarative Inside-Out Syntax River stage zero No dependents

This module provides a set of compile-time keywords that simplify the declaration of encapsulated classes using fieldhashes and the "inside out" technique, as well as subroutines with full parameter specifications. The encapsulation, constructor/init...

DCONWAY/Dios-0.002012 - 04 Feb 2022 00:31:07 UTC - Search in distribution

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution

Dancer - lightweight yet powerful web application framework River stage three • 211 direct dependents • 215 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Scalar::Alias - Perl extention to declare lexical scalar aliases River stage zero No dependents

Scalar::Alias allows you to declare lexical scalar aliases. There are many modules that provides variable aliases, but this module is faster than any other alias modules, because it walks into compiled syntax trees and inserts custom opcodes into the...

GFUJI/Scalar-Alias-0.06 - 17 Jun 2009 09:17:46 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

namespace::alias - Lexical aliasing of namespaces River stage zero No dependents

This module allows you to load packages and use them with a shorter name within a lexical scope. This is how you load a module and install an alias for it: use namespace::alias 'Some::Class'; This will load "Some::Class" and install the alias "Class"...

FLORA/namespace-alias-0.02 - 26 Mar 2012 13:51:06 UTC - Search in distribution
117 results (0.169 seconds)