Search results for "damian"
perltidy - a perl script indenter and reformatter
Perltidy reads a perl script and writes an indented, reformatted script. This document describes the parameters available for controlling this formatting. Perltidy is a commandline frontend to the module Perl::Tidy. For documentation describing how t...
SHANCOCK/Perl-Tidy-20221112 - 11 Nov 2022 13:33:22 UTC - Search in distribution
PPR - Pattern-based Perl Recognizer
The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control b...
DCONWAY/PPR-0.001006 - 08 Sep 2022 03:51:53 UTC - Search in distribution- PPR::X - Pattern-based Perl Recognizer
- gen_blocks.pl - Generate test of block matching by scouring a source tree
- gen_statements.pl - Generate test of statement matching by scouring a source tree
perldl - Simple shell for PDL (see also pdl2)
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.081 - 25 Oct 2022 15:45:26 UTC - Search in distribution
Dios - Declarative Inside-Out Syntax
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- Dios::Types - Type checking for the Dios framework (and everyone else too)
- Dios::Types::Pure - Type checking for the Dios framework (and everyone else too)
TPath - general purpose path languages for trees
TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...
DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution
perlfaq4 - Data Manipulation
This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution- perlfaq3 - Programming Tools
Inline - Write Perl Subroutines in Other Programming Languages
The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...
INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution
classgen - script that generates a class-module from a control file.
You specify the required instance-variables of a desired class by a control-file. Classgen then creates a new package for you which contains the "new()"-method, accessor- and manipulator-methods for all instance-variables of that class. All instance-...
MSCHLUE/Class-Classgen-classgen-3.03 - 30 Dec 2000 12:49:53 UTC - Search in distribution- classgen - script that generates a class-module from a control file.
DBO - Database Objects
"DBO" is an object-oriented database abstraction layer. "DBO" is designed to be flexibly extensible in a number of directions - adding new operations on the database, adding new kinds of tables or columns, and applying to new database systems. All ex...
ABW/DBO-0.01 - 20 Jul 2000 16:43:32 UTC - Search in distribution
Class::DBI - Simple Database Abstraction
TMTM/Class-DBI-v3.0.17
-
04 Oct 2007 21:30:41 UTC
-
Search in distribution
perl5i - Fix as much of Perl 5 as possible in one pragma
Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...
MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution
perlobj - Referencia de objetos en Perl
ENELL/POD2-ES-5.24.0.5
-
01 Jan 2017 21:24:12 UTC
-
Search in distribution
classes - conventional Perl 5 classes
A simple, stable, fast, and flexible way to use conventional Perl 5 classes in scripts, rapid prototypes, and full-scale applications. This reference document covers syntax only. See the following for more: classesoop Introductory primer of concepts,...
RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution- classesfaq - frequently asked questions about the Perl classes pragma
perlobj - Perl object reference
This document provides a reference for Perl's object orientation features. If you're looking for an introduction to object-oriented programming in Perl, please see perlootut. In order to understand Perl objects, you first need to understand reference...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl5160delta - what is new for perl v5.16.0
- perlootut - Object-Oriented Programming in Perl Tutorial
- perl5100delta - what is new for perl 5.10.0
- 6 more results from perl »
Hijk - Fast & minimal low-level HTTP client
Hijk is a fast & minimal low-level HTTP client intended to be used where you control both the client and the server, e.g. for talking to some internal service from a frontend user-facing web application. It is "NOT" a general HTTP user agent, it does...
GUGOD/Hijk-0.28 - 11 Jan 2019 07:38:44 UTC - Search in distribution
Coy - Like Carp only prettier
Error messages strewn across my terminal. A vein starts to throb. Their reproof adds the injury of insult to the shame of failure. When a program dies what you need is a moment of serenity. The Coy.pm module brings tranquillity to your debugging. The...
MSCHWERN/Coy-0.06 - 26 May 2009 19:56:44 UTC - Search in distribution
perlmogrify - Command-line interface to transform Perl source.
"perlmogrify" is a Perl5 to Perl6 code transformer. It's the executable front end to Perl::ToPerl6, which is a configurable, extensible code transfomer. Most of the code transfoermers were developed simply by taking sample Perl5 source and hand-editi...
JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution- Perl::ToPerl6 - Critique Perl source code for best-practices.