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

Search results for "perlsyn"

perlsyn - Perl syntax River stage five • 11292 direct dependents • 32664 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...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

share::man_pages::perlsyn River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

pod2man - Convert POD data to formatted *roff input River stage five • 62 direct dependents • 32646 total dependents

pod2man is a wrapper script around the Pod::Man module, using it to generate *roff input from POD source. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1). By default (on n...

RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC - Search in distribution

perlre - Регулярные выражения Perl River stage zero No dependents

MISHIN/POD2-RU-5.18.0.1.84 - 17 Dec 2017 17:55:54 UTC - Search in distribution

rss2leafnode - post RSS or Atom feeds and web pages to newsgroups River stage zero No dependents

RSS2Leafnode downloads RSS or Atom feeds and posts items as messages to an NNTP news server. It's designed to make text items available for reading in local newsgroups, not propagating anywhere (though that's not enforced). Desired feeds are given in...

KRYDE/rss2leafnode-79 - 05 Feb 2017 11:24:31 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

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.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
  • perlfaq7 - General Perl Language Issues

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.3 - 09 Apr 2024 21:49:20 UTC - Search in distribution

Macrame - filter-time recursive macro framework providing the feature preventing Perl from being "a Lisp." River stage zero No dependents

tokenizing at this version we ignore all whitespace in input and place whitespace in output only between barewords. Lexical blocks are treated as single tokens for signature matching purposes, as are expressions that indicate variables, such as %foo:...

DAVIDNICO/Macrame-0.13 - 03 Feb 2017 01:21:53 UTC - Search in distribution

Test::Weaken - Test that freed memory objects were, indeed, freed River stage one • 1 direct dependent • 3 total dependents

"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...

KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC - Search in distribution

Try::Tiny - Minimal try/catch with proper preservation of $@ River stage five • 1160 direct dependents • 16205 total dependents

This module provides bare bones "try"/"catch"/"finally" statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and ...

ETHER/Try-Tiny-0.31 - 23 Nov 2021 20:30:31 UTC - Search in distribution

podindex - build index from pods River stage zero No dependents

This is a simple wrapper script around Pod::Index::Builder. It parses the POD files given as arguments, finds all X<> entries, generates an index and prints it to standard output....

ITUB/Pod-Index-0.14 - 16 Oct 2005 00:29:18 UTC - Search in distribution

perlintro - Trumpas ávadas á Perlà River stage zero No dependents

Kas yra Perl? Perl yra bendros paskirties programavimo kalba, kuri pradþioje buvo skirta manipuliavimui tekstu, o dabar yra naudojama daugeliui uþduoèiø: sistemø administravimui, interneto svetainiø, tinklo, grafiniø sàsajø programavimui ir kitoms uþ...

KUDARASP/POD2-LT-0.02 - 07 Jan 2004 18:53:56 UTC - Search in distribution

Nice::Try - A real Try Catch Block Implementation Using Perl Filter River stage two • 19 direct dependents • 23 total dependents

Nice::Try is a lightweight implementation of Try-Catch exception trapping block using perl filter. It behaves like you would expect. Here is a list of its distinctive features: * No routine to import like "Nice::Try qw( try catch )". Just add "use Ni...

JDEGUEST/Nice-Try-v1.3.10 - 26 Mar 2024 00:57:03 UTC - Search in distribution

Switcheroo - yet another switch statement for Perl River stage zero No dependents

This module provides Perl with a switch statement. It's more reliable than the Switch module (which is broken on recent versions of Perl anyway), less confusing than "use feature 'switch'", and more powerful than Switch::Plain (though Switch::Plain i...

TOBYINK/Switcheroo-0.008 - 11 Oct 2013 11:20:36 UTC - Search in distribution

Acme::Pythonic - Python whitespace conventions for Perl River stage zero No dependents

Acme::Pythonic brings Python whitespace conventions to Perl. Just "use" it and Pythonic code will become valid on the fly. No file is generated, no file is modified. This module is thought for those who embrace contradictions. A humble contribution f...

FXN/Acme-Pythonic-0.47 - 10 Feb 2012 22:57:43 UTC - Search in distribution

Criteria::Compile - Describe wanted objects/data using grammar River stage zero No dependents

This module provides an easy framework to compile "wanted" subroutines by describing simple data structures and objects using custom grammar. Users can supply criteria using a set of basic grammar rules. Functionality can also be extended by defining...

ALUCAS/Criteria-Compile-0.047 - 26 Jun 2012 16:15:16 UTC - Search in distribution

Syntax::Construct - Explicitly state which non-feature constructs are used in the code. River stage one • 6 direct dependents • 6 total dependents

This module provides a simple way of specifying syntactic constructs that are not implemented via the feature pragma, but are still not compatible with older versions of Perl. It's the programmer's responsibility to track the constructs and list them...

CHOROBA/Syntax-Construct-1.034 - 01 Dec 2023 22:39:42 UTC - Search in distribution

Smart::Dispatch - first-class switch statements River stage zero No dependents

People have been using dispatch tables for years. They work along the lines of: my $thing = get_foo_or_bar(); my %dispatch = ( foo => sub { ... }, bar => sub { ... }, ); $dispatch{$thing}->(); Dispatch tables are often more elegant than long groups o...

TOBYINK/Smart-Dispatch-0.006 - 16 Sep 2014 18:35:13 UTC - Search in distribution
35 results (0.079 seconds)