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

Search results for "module::load::conditional"

Module::Load::Conditional - Looking up module information / loading at runtime River stage five • 54 direct dependents • 21423 total dependents

Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime. It is able to load multiple modules at once or none at all if one of them was not able to load. It also tak...

BINGOS/Module-Load-Conditional-0.74 - 21 Aug 2020 08:09:10 UTC - Search in distribution

if - use a Perl module if a condition holds River stage five • 226 direct dependents • 32646 total dependents

"use if" The "if" module is used to conditionally load another module. The construct: use if CONDITION, "MODULE", ARGUMENTS; ... will load "MODULE" only if "CONDITION" evaluates to true; it has no effect if "CONDITION" evaluates to false. (The module...

XSAWYERX/if-0.0608 - 19 Feb 2018 20:28:10 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

XSH River stage zero No dependents

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

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl River stage five • 11292 direct dependents • 32664 total dependents

This document attempts to begin to describe some of the considerations involved in patching, porting, and maintaining perl. This document is still under construction, and still subject to significant changes. Still, I hope parts of it will be useful,...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Dot - The beginning of a Perl universe River stage zero No dependents

"Dot" is an object system, where an object is a hash, a method is a closure, and a class is a subroutine. An object always starts as nothing, i.e. "{}", and it could then be modified by one or more classes at any time by adding/removing/modifying met...

RSLOVERS/Dot-v1.0.1 - 30 May 2018 06:02:28 UTC - Search in distribution

CIPP - Reference Manual River stage zero No dependents

This is the reference manual for CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPP's basic syntax rules, class...

JRED/CIPP-3.0.8 - 27 Oct 2006 13:06:00 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

unless - use a Perl module unless a condition holds River stage one • 2 direct dependents • 9 total dependents

The construct use unless CONDITION, MODULE => ARGUMENTS; has no effect if "CONDITION" is true. In this case the effect is the same as of use MODULE ARGUMENTS; Above "=>" provides necessary quoting of "MODULE". If not used (e.g., no ARGUMENTS to give)...

BINGOS/unless-0.06 - 07 Apr 2014 15:16:58 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

web-iPerl - bring Web-documents alive with bits of embedded Perl River stage zero No dependents

This is the webserver frontend of an inverse Perl interpreter, where HTML, XML, SGML, PostScript or plain text gets passed to the browser as is, while specially marked Perl statements are executed on the server-side. Loop or conditional blocks can su...

PFEIFFER/iPerl-0.6 - 23 Jul 2000 19:38:38 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

FWS::V2 - Framework Sites version 2 River stage zero No dependents

FWS::V2 is the utility counterpart to the web based content management development platform provided at www.frameworksites.com. The web based version of this module is derived from this source with additional web specific features and packaging. The ...

NATELEWIS/FWS-V2-1.13091122 - 12 Sep 2013 03:10:06 UTC - Search in distribution

perlglossary - Perl Glossary River stage zero No dependents

A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...

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

Asm::Z80::Table - Z80 assembly / disassembly tables River stage one • 2 direct dependents • 2 total dependents

This module provides hash tables to assemble / disassemble all Z80 CPU assembly instructions, including undocumented ones (e.g. 'ld ixh,N') and instructions composed by sequences (e.g. 'ld bc,hl'). This module is used in a Z80 assembler / disassemble...

PSCUST/Asm-Z80-Table-0.03 - 28 Dec 2015 20:58:20 UTC - Search in distribution

List::AllUtils - Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package River stage three • 143 direct dependents • 510 total dependents

Are you sick of trying to remember whether a particular helper is defined in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't have to remember. This module will export all of the functions that either of those three modules defi...

DROLSKY/List-AllUtils-0.19 - 23 Apr 2021 16:32:12 UTC - Search in distribution

Porting River stage three • 155 direct dependents • 183 total dependents

This document describes the various options for porting a mod_perl 1.0 Apache module so that it runs on a Apache 2.0 / mod_perl 2.0 server. It's also helpful to those who start developing mod_perl 2.0 handlers. Developers who need to port modules usi...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

Chess::Plisco - A comprehensive chess library for Perl River stage zero No dependents

Chess::Plisco is a comprehensive chess library for Perl, aiming at being as fast and efficient as possible for a scripting language. It is also somewhat opinionated but this is not an end in itself but owed to its intention of being fast and efficien...

GUIDO/Chess-Plisco-0.4 - 12 Oct 2021 16:48:15 UTC - Search in distribution
128 results (0.173 seconds)