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

Search results for "for::else"

For::Else - Enable else blocks with foreach blocks River stage zero No dependents

We iterate over a list like this: foreach my $item ( @items ) { do_something( $item ); } However I find myself needing to accommodate for the exceptional case when the list is empty: if ( @items ) { foreach my $item ( @items ) { do_something( $item )...

ALFIE/For-Else-v1.0.0 - 15 Oct 2012 12:33:15 UTC - Search in distribution

HTML::CMTemplate - Generate text-based content from templates. River stage zero No dependents

HTML::CMTemplate 0.4.0 A class for generating text-based content from a simple template language. It was inspired by the (as far as I'm concerned, incomplete) HTML::Template module, and was designed to make template output extremely fast by convertin...

SHIBLON/HTML-CMTemplate-0.4.0 - 06 Nov 2001 15:00:10 UTC - Search in distribution

Role::Basic - Just roles. Nothing else. River stage one • 6 direct dependents • 8 total dependents

For an extended discussion, see <http://blogs.perl.org/users/ovid/2010/12/rolebasic---when-you-only-want -roles.html>. Sometimes you want roles. You're not sure about Moose, Mouse, Moo and what *was* that damned Squirrel thing anyway? Then there's Cl...

OVID/Role-Basic-0.13 - 03 Apr 2012 17:44:34 UTC - Search in distribution

asa - Lets your class/object say it works like something else River stage three • 4 direct dependents • 144 total dependents

Perl 5 doesn't natively support Java-style interfaces, and it doesn't support Perl 6 style roles either. You can get both of these things in half a dozen different ways via various CPAN modules, but they usually require that you buy into "their way" ...

ETHER/asa-1.04 - 30 Jul 2019 03:52:56 UTC - Search in distribution

IfLoop - An extension to the if-elsif-else syntax in Perl. River stage zero No dependents

IfLoop allows for the creation of if-elsif-else chains that contain loop structures in the if-elsif-else syntax. Just like if-elsif-else chains if-elsifwhile-elsifuntil-else chains can be of arbitrary length and can be nested. Any ifwhile, elsifwhile...

WILLIS/IfLoop-0.03 - 10 Aug 2003 07:59:54 UTC - Search in distribution

IO::Busy - Intercept terminal input while something else is happening River stage zero No dependents

This module exports a single subroutine, named "busy". That subroutine takes a single argument, which must be a block of code. "busy" forks off a separate process that intercepts and stores any input, then executes the block (in the original process)...

DCONWAY/IO-Busy-0.0.3 - 03 Aug 2005 15:06:43 UTC - Search in distribution

Jifty::Util - Things that don't fit anywhere else River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Dios::Types - Type checking for the Dios framework (and everyone else too) River stage zero No dependents

Standard types This module implements type-checking for all of the following types... "Any" Accepts any Perl value. "Bool" Accepts any Perl value that can be used as a boolean. So effectively: any Perl value (just like "Any"). This type exists mainly...

DCONWAY/Dios-0.002012 - 04 Feb 2022 00:31:07 UTC - Search in distribution
  • Dios - Declarative Inside-Out Syntax
  • Dios::Types::Pure - Type checking for the Dios framework (and everyone else too)

PApp::Util - various utility functions that didn't fit anywhere else River stage zero No dependents

This module offers various utility functions that cannot be grouped into other categories easily. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 6: =over is the last thing in the document?!...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC - Search in distribution

V - Print version of the specified module(s). River stage two • 7 direct dependents • 10 total dependents

This module uses stolen code from Module::Info to find the location and version of the specified module(s). It prints them and exit()s. It defines "import()" and is based on an idea from Michael Schwern on the perl5-porters list. See the discussion: ...

ABELTJE/V-0.19 - 08 Jan 2024 15:30:19 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 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...

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

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

bc - an arbitrary precision calculator language River stage one • 1 direct dependent • 1 total dependent

This is the PerlPowerTools implementations of GNU version of bc, a souped-up calculator language. This is documented at: https://www.gnu.org/software/bc/manual/html_mono/bc.html Options * -b - use Math::BigFloat * -d - turn on debugging output * -h -...

BRIANDFOY/PerlPowerTools-1.044 - 03 Mar 2024 09:13:52 UTC - Search in distribution
  • file - determine file type
  • patch - apply a diff file to an original

TX - a simple template system based on Text::Template::Library River stage zero No dependents

"Text::Template::Base" and "Text::Template::Library" are good at processing single templates. They lack the ability to manage sets of template files. This module adds that functionality in a (what I think) user friendly manner. The most important fun...

OPI/TX-0.09 - 14 Jun 2010 16:05:06 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

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 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

mvs - A command line Mediawiki client River stage zero No dependents

"mvs" is a command line client whose purpose is to simplify offline editing of Wiki content. It allows you to get any number of pages from a given Mediawiki site, edit the pages with any editor, get and merge any concurrent updates of the pages, and ...

MARKJ/WWW-Mediawiki-Client-0.31 - 01 Jul 2006 15:59:41 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
5,607 results (0.177 seconds)