The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "set::infinite"

Set::Infinite - Sets of intervals River stage three • 4 direct dependents • 185 total dependents

Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set are called its members, or "elements". As objects we allow (almost) anything: reals, integers, and objects (such as dates). We ...

FGLOCK/Set-Infinite-0.65 - 26 Apr 2010 18:36:28 UTC - Search in distribution

Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions River stage three • 26 direct dependents • 183 total dependents

This is an internal class used by the DateTime::Set module. The API is subject to change. It provides all functionality provided by Set::Infinite, plus the ability to define recurrences with arbitrary objects, such as dates....

FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTC - Search in distribution

Test::Chimps - Collaborative Heterogeneous Infinite Monkey Perfectionification Service River stage one • 1 direct dependent • 1 total dependent

ZEV/Test-Chimps-0.07 - 07 Sep 2006 21:41:08 UTC - Search in distribution

gre - A grep clone using Perl regexp's with better file filtering, defaults, speed, and presentation River stage zero No dependents

This grep clone is capable of filtering file names as well as file contents with regexps. For example if you want to search all files whose name contains "bar" for the string "foo", you could write this: $ gre -name=bar foo Only .c files: $ gre -ext=...

JACOBG/App-Gre-0.18 - 21 Sep 2019 06:37:39 UTC - Search in distribution
  • App::Gre - A grep clone using Perl regexp's with better file filtering, defaults, speed, and presentation

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

IOC - A lightweight IOC (Inversion of Control) framework River stage one • 1 direct dependent • 1 total dependent

This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible ...

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution

yagg - generate a string generator from a grammar River stage zero No dependents

Given YACC-like and LEX-like input files, yagg generates a C++ program that generates all strings of a user-specified length. The YACC-like *language grammar* file provides the grammar productions for string generation, along with optional action blo...

DCOPPIT/yagg-1.4004 - 24 Mar 2015 02:28:37 UTC - Search in distribution
  • yagg - generate a string generator from a grammar

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.1301 - 22 May 2024 01:41:53 UTC - Search in distribution

dave - DAV Explorer River stage one • 5 direct dependents • 6 total dependents

dave is a powerful command-line program for interacting with WebDAV-enabled webservers. With dave you can: * get and put files * make directories on a remote webserver * remove files and directories from a remote webserver * edit a file on the webser...

COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

perlsyn - Perl syntax River stage five • 11693 direct dependents • 33184 total dependents

A Perl program consists of a sequence of declarations and statements which run from the top to the bottom. Loops, subroutines, and other control structures allow you to jump around within the code. Perl is a free-form language: you can format and ind...

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

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 228 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

POOF - Perl extension that provides stronger typing, encapsulation and inheritance. River stage zero No dependents

This module attempts to give Perl a more formal OO implementation framework. Providing a distinction between class properties and methods with three levels of access (Public, Protected and Private). It also restricts method overriding in children cla...

BMILLARES/POOF-1.4 - 09 Oct 2008 19:12:25 UTC - Search in distribution

Safe - Compile and execute code in restricted compartments River stage four • 30 direct dependents • 2013 total dependents

The Safe extension module allows the creation of compartments in which perl code can be evaluated. Each compartment has a new namespace The "root" of the namespace (i.e. "main::") is changed to a different package and code evaluated in the compartmen...

RGARCIA/Safe-2.35 - 21 Feb 2013 07:31:30 UTC - Search in distribution

TUWF - The Ultimate Website Framework River stage zero No dependents

TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution

Fwctl - Perl module to configure the Linux kernel packet filtering firewall. River stage zero No dependents

Fwctl is a module to configure the Linux kernel packet filtering firewall using higher level abstraction than rules on input, output and forward chains. It supports masquerading and accounting as well. Why Fwctl ? Well, say you are the kind of parano...

FRAJULAC/Fwctl-0.28 - 07 Aug 2000 19:37:47 UTC - Search in distribution

FLAT - Formal Language & Automata Toolkit River stage one • 1 direct dependent • 1 total dependent

This module provides an interface for manipulating the formal language concept of Regular Expressions, which are used to describe Regular Languages, and their equivalent forms of Automata. It's notable that this module supports, in addition to the tr...

ESTRABD/FLAT-1.0.4 - 06 May 2021 18:12:38 UTC - Search in distribution

dateseq - Generate a sequence of dates River stage one • 2 direct dependents • 2 total dependents

This utility is similar to Unix seq command, except that it generates a sequence of dates....

PERLANCAR/App-dateseq-0.112 - 12 Oct 2022 01:17:08 UTC - Search in distribution

SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package. River stage two • 10 direct dependents • 11 total dependents

Note: The perl SNMP 5.0 module which comes with net-snmp 5.0 and higher is different than previous versions in a number of ways. Most importantly, it behaves like a proper net-snmp application and calls init_snmp properly, which means it will read co...

HARDAKER/SNMP-5.0404 - 17 Oct 2013 13:57:17 UTC - Search in distribution

Taint - Perl utility extensions for tainted data River stage one • 1 direct dependent • 1 total dependent

Perl has the ability to mark data as 'tainted', as described in perlsec(1). Perl will prevent tainted data from being used for some operations, and you may wish to add such caution to your own code. The routines in this module provide convenient ways...

PHOENIX/Taint-0.09 - 15 Oct 1997 13:55:22 UTC - Search in distribution
409 results (0.194 seconds)