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 "module::Perl6::*"

Perl6::Binding - implement Perl6 aliasing features River stage zero No dependents

This module creates lexical aliases to items that can be either lexical or dynamic using the ":=" operator. The left side of ":=" is a variable or a list of variable names in parentheses. The right side is a list of items to which the items on the le...

KVAIL/Perl6-Binding-0.601 - 23 May 2004 01:57:41 UTC - Search in distribution

v6 - A Perl 6 implementation River stage one • 1 direct dependent • 1 total dependent

The "v6" module is a front-end to the "Perlito" Perl6 compiler. Alternate backend modules can be installed. For example, the "Mildew" compiler can be used as: use v6-mildew;...

FGLOCK/v6-0.047 - 28 Jul 2016 17:06:26 UTC - Search in distribution

v6 - An experimental Perl 6 implementation River stage zero No dependents

The "v6" module is a front-end to the experimental Perl6-to-Perl5 compiler. The current state of this compiler implementation only provides a small sample of Perl 6 syntax and semantics. Other Perl 6 implementations The Pugs/Haskell Perl 6 is current...

AUDREYT/v6-alpha-0.006 - 06 Jul 2006 08:30:31 UTC - Search in distribution

Z - collection of modules for rapid app development River stage one • 1 direct dependent • 1 total dependent

Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...

TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution

Moose - A postmodern object system for Perl 5 River stage four • 2930 direct dependents • 4024 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Event - Event loop processing River stage two • 15 direct dependents • 25 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

orgsel - Select Org document elements using CSel (CSS-selector-like) syntax River stage one • 1 direct dependent • 1 total dependent

This utility allows you to select nodes from Org document on the command-line using CSel selector syntax. Org is a plain-text document format for keeping notes, maintaining to-do lists, planning projects, authoring documents, and more. The specificat...

PERLANCAR/App-orgsel-0.014 - 03 Jul 2021 12:44:30 UTC - Search in distribution

Want - A generalisation of wantarray River stage three • 38 direct dependents • 354 total dependents

This module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used. Top-level contexts: The three kinds of top-level context are well known: VOID The r...

ROBIN/Want-0.29 - 26 Feb 2016 04:44:09 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

Pipe - Framework for creating pipes using iterators River stage one • 1 direct dependent • 1 total dependent

Building an iterating pipe with prebuilt and home made tubes. Methods logger Method to print something to the log file, especially for debugging This method is here to be use by Tube authors $self->logger("log messages"); run The method that actually...

SZABGAB/Pipe-0.06 - 01 Jun 2023 07:05:45 UTC - Search in distribution

say - say anything River stage zero No dependents

say module allows Perl code to use say. And if you would pass args to say like below, then some features are enabled to use them as same as feature module. use say qw/state switch/; state $foo = int(rand 10); given ($foo) { when (1) { say "One" } whe...

BAYASHI/say-0.02 - 05 Oct 2016 23:04:57 UTC - Search in distribution

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution

Bundle::Perl6 - A bundle to install Perl6-related modules River stage zero No dependents

This bundle defines modules that may be of interest to those discussing and implementing the Perl 6 language. Some of these are proof-of-concepts that the respective authors have implemented to show how things might work in Perl 6....

MARCEL/Bundle-Perl6-0.12 - 17 Dec 2008 12:06:48 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

CGI::Ajax - a perl-specific system for writing Asynchronous web applications River stage one • 2 direct dependents • 2 total dependents

CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exporte...

BPEDERSE/CGI-Ajax-0.707 - 08 Oct 2008 18:16:25 UTC - Search in distribution

Spiffy - Spiffy Perl Interface Framework For You River stage four • 26 direct dependents • 2904 total dependents

"Spiffy" is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of tr...

INGY/Spiffy-0.46 - 16 Aug 2014 19:19:54 UTC - Search in distribution

SMOP - Perl extension for SMOP River stage one • 1 direct dependent • 1 total dependent

This module provides access to the SMOP runtime from Perl 5....

PMURIAS/SMOP-0.6 - 11 Aug 2010 20:44:51 UTC - Search in distribution

perlmogrify - Command-line interface to transform Perl source. River stage zero No dependents

"perlmogrify" is a Perl5 to Perl6 code transformer. It's the executable front end to Perl::ToPerl6, which is a configurable, extensible code transfomer. Most of the code transfoermers were developed simply by taking sample Perl5 source and hand-editi...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

Switch - A switch statement for Perl, do not use if you can use given/when River stage two • 24 direct dependents • 30 total dependents

The Switch.pm module implements a generalized case mechanism that covers most (but not all) of the numerous possible combinations of switch and case values described above. The module augments the standard Perl syntax with two new control statements:...

CHORNY/Switch-2.17 - 18 Mar 2014 12:30:25 UTC - Search in distribution
178 results (0.182 seconds)