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

Search results for "STEFFENW"

Hash::Map - Manipulate hashes map like River stage zero No dependents

Often in code we find lots of copy/paste code during prepare a hash or hash reference. That data we got from other structures, objects or constants. * We map hashes that not match exactly to the expected API. * Or the method names, we call, matching ...

STEFFENW/Hash-Map-0.016 - 26 Jun 2016 16:39:22 UTC - Search in distribution

Tie::Sub - Tying a subroutine, function or method to a hash River stage one • 1 direct dependent • 3 total dependents

Subroutines don't have interpreted into strings. The module ties a subroutine to a hash. The subroutine is executed at fetch hash. At long last this is the same, only the notation is shorter. Alternative to " ... ${\ subroutine('abc') } ... " # or " ...

STEFFENW/Tie-Sub-1.001 - 20 Aug 2012 05:37:26 UTC - Search in distribution

DBD::PO - DBI driver for PO files River stage one • 1 direct dependent • 1 total dependent

The DBD::PO module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL 'engine' SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called PO files (GNU gettext). Such...

STEFFENW/DBD-PO-2.10 - 24 Jan 2010 13:48:42 UTC - Search in distribution

Scalar::In - replacement for smartmatch River stage zero No dependents

This module was written because the smartmatch operator "~~" was deprecated as experimental. That module implements some "in" subroutines with smartmatch similar behaviour. First I tried to delete the obsolete looking "numeric_in". In tests I realize...

STEFFENW/Scalar-In-0.002 - 07 Dec 2013 09:18:33 UTC - Search in distribution

Try::Chain - Call method, hash and/or array chains with break on undef River stage zero No dependents

Call method, hash and/or array chains with break on undef means, that in some cases it is ok to get back nothing late or early. Problem In case of method chain like my $scalar = $obj->foo(1)->bar(2)->baz(3); my %hash = ( any => 'any', baz => scalar $...

STEFFENW/Try-Chain-0.005 - 20 Apr 2017 12:33:45 UTC - Search in distribution

Object::Lazy - create objects late from non-owned (foreign) classes River stage zero No dependents

This module implements lazy evaluation and can create lazy objects from every class. Creates a dummy object including a subroutine which knows how to build the real object. Later, if a method of the object is called, the real object will be built. In...

STEFFENW/Object-Lazy-0.16 - 25 Feb 2020 23:31:13 UTC - Search in distribution

Locale::TextDomain::OO - Perl OO Interface to Uniforum Message Translation River stage one • 2 direct dependents • 2 total dependents

This module provides a high-level interface to Perl message translation. It is based on Singleton objects for translator and lexicon. So it is easy to attach that without any Web or Cmd plugins. There is no conflict between singleton and more than 1 ...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC - Search in distribution

Locale::MO::File - Write/read gettext MO files River stage one • 2 direct dependents • 5 total dependents

The module allows to write or read gettext MO files. Data to write are expected as array reference of hash references. Read data are stored in an array reference too. Reading and writing is also available using an already open file handle. A given fi...

STEFFENW/Locale-MO-File-0.09 - 24 Dec 2018 11:45:54 UTC - Search in distribution

Data::Page::Pagination - calculates the pagination view River stage zero No dependents

This module calculates the pagination view using a Date::Page object. The provided methods are simple enough to use them in a template system....

STEFFENW/Data-Page-Pagination-0.006 - 13 Jul 2015 18:11:35 UTC - Search in distribution

Locale::Utils::PluralForms - Utils to use plural forms River stage zero No dependents

Find plural forms for the language This module helps to find the plural forms for all languages. It downloads the plural forms for all languages from web. Then it stores the extracted data into a data structure named "all_plural_forms". It is possibl...

STEFFENW/Locale-Utils-PluralForms-0.003 - 09 Aug 2022 15:44:26 UTC - Search in distribution

Getopt::Long::DescriptivePod - write usage to Pod River stage zero No dependents

"Getopt::Long::Descriptive" is a excellent way to write parameters and usage at the same time. This module allows to write Pod at the same time too. The idea is to write the usage in the Pod of the current script during development or test....

STEFFENW/Getopt-Long-DescriptivePod-0.06 - 01 May 2024 22:28:17 UTC - Search in distribution

Bundle::DBD::PO - A bundle to install all DBD::PO related modules River stage zero No dependents

This bundle includes all the modules used by the Perl Database Interface (DBI) driver for PO-Files (DBD::PO), assuming the use of DBI version 1.13 or later, created by Tim Bunce. If you've not previously used the CPAN module to install any bundles, y...

STEFFENW/Bundle-DBD-PO-2.10 - 24 Jan 2010 13:50:10 UTC - Search in distribution

Locale::Utils::Autotranslator - Base class to translate automaticly River stage zero No dependents

Base class to translate automaticly....

STEFFENW/Locale-Utils-Autotranslator-1.016 - 23 Sep 2021 07:51:16 UTC - Search in distribution

Test::HexDifferences::HexDump - Format binary to hexadecimal strings River stage one • 2 direct dependents • 8 total dependents

This is a formatter for binary data....

STEFFENW/Test-HexDifferences-1.001 - 04 Jul 2017 08:49:42 UTC - Search in distribution

HTML::Template::Compiled::Plugin::I18N - Internationalization for HTC River stage zero No dependents

The Plugin allows you to create multilingual templates including maketext and/or gettext features. Before you have written your own translator class, HTML::Template::Compiled::I18N::DefaultTranslator runs. Later you have to write a translator class t...

STEFFENW/HTML-Template-Compiled-Plugin-I18N-1.04 - 29 Oct 2010 19:49:13 UTC - Search in distribution

Locale::TextDomain::OO::Extract - Extracts internationalization data River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data. The extractor runs the following steps: preprocess the file find all possible positions in content match exactly and create a stack map the stack to a lexicon entry If you want to write the lexicon stru...

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC - Search in distribution

Locale::File::PO::Header - Utils to build/extract the PO header River stage zero No dependents

Utils to build or extract the PO header The header of a PO file is quite complex. This module helps to build the header and extract....

STEFFENW/Locale-File-PO-Header-0.004 - 01 Oct 2017 20:10:53 UTC - Search in distribution

Locale::Utils::PlaceholderMaketext - Utils to expand maketext palaceholders River stage one • 2 direct dependents • 5 total dependents

Utils to transform text from maketext to gettext style and reverse. Utils to expand placeholders in maketext or gettext style. Locale::Maketext encapsulates the expander. To use the expander in other modules it is not possible. Use this module instea...

STEFFENW/Locale-Utils-PlaceholderMaketext-1.005 - 19 Jul 2017 11:38:34 UTC - Search in distribution

Locale::Utils::PlaceholderBabelFish - Utils to expand BabelFish palaceholders River stage one • 1 direct dependent • 3 total dependents

Utils to expand placeholders in BabelFish style. Placeholders are also extendable with attributes to run the modifier code. That is an extention to BabelFish style....

STEFFENW/Locale-Utils-PlaceholderBabelFish-0.006 - 19 Jul 2017 11:36:55 UTC - Search in distribution

Locale::Utils::PlaceholderNamed - Utils to expand named placeholders River stage one • 1 direct dependent • 3 total dependents

Utils to expand named placeholders....

STEFFENW/Locale-Utils-PlaceholderNamed-1.004 - 19 Jul 2017 11:46:28 UTC - Search in distribution
23 results (0.031 seconds)