Search results for "TOMC"
DB_File - Perl5 access to Berkeley DB version 1.x
DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the...
PMQS/DB_File-1.858 - 13 May 2022 07:03:50 UTC - Search in distribution
Text::MetaText - Perl extension implementing meta-language for processing "template" text files.
MetaText is a text processing and markup meta-language which can be used for processing "template" files. This module is a Perl 5 extension implementing a MetaText object class which processes text files, interpreting and acting on the embedded MetaT...
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 UTC - Search in distribution
perlfaq3 - Programming Tools
This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution
Acme::CPANModules::Assert - List of modules to do assertion
Assertion is a check statement that must evaluate to true or it will abort program's execution. It is useful during development/debugging: assert("there must be >3 arguments", sub { @args > 3 }); In production code, compilers ideally do not generate ...
PERLANCAR/Acme-CPANModules-Assert-0.002 - 23 Mar 2022 00:05:20 UTC - Search in distribution