Acme::MetaSyntactic::Themes::Abigail - Abstract
This package installs a few more themes for "Acme::MetaSyntactic". Currently, the following themes are supplied: "all_in_the_family", "beatles", "bee_gees", "candyland", "charlies_angels", "cluedo", "compass", "cyclists", "evangelist", "famous_five",...
ABIGAIL/Acme-MetaSyntactic-Themes-Abigail-2013073101 - 30 Jul 2013 22:17:52 UTC - Search in distribution- Acme::MetaSyntactic::nehi - Nehi flavours
- Acme::MetaSyntactic::sodor - Characters from The Railway Series
- Acme::MetaSyntactic::cluedo - Characters, rooms and weapons from Cluedo
- 21 more results from Acme-MetaSyntactic-Themes-Abigail »
ln - create links
ln creates *hard* or *symbolic links* between files. If more than one argument is given, and the last argument is a directory, links will be created in this directory; their names will consist of the last components of the *source files*. If only one...
BDFOY/PerlPowerTools-1.028 - 19 Jan 2022 05:50:02 UTC - Search in distribution- cat - concatenate and print files
- yes - print out a string till doomsday
- moo - play a game of MOO
- 15 more results from PerlPowerTools »
meta - A simple front-end to Acme::MetaSyntactic
meta is a simple front-end to Acme::MetaSyntactic. A few examples should make it easy to understand what it does and how it works: $ meta baz $ meta batman powie $ meta donmartin 3 kloong thoof_foing weeooweeeoooo $ meta -ws browser 4 arachne netscap...
BOOK/Acme-MetaSyntactic-1.015 - 30 Mar 2021 07:56:48 UTC - Search in distribution- Acme::MetaSyntactic - Themed metasyntactic variables names
- Acme::MetaSyntactic::contributors - Acme::MetaSyntactic contributors
- Acme::MetaSyntactic::foo - The foo theme
perlport - Writing portable Perl
Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl5140delta - what is new for perl v5.14.0
- perl5220delta - what is new for perl v5.22.0
- perl5200delta - what is new for perl v5.20.0
- 23 more results from perl »
End - generalized END {}.
The module "End" exports a single subroutine "end", which allows you to set up some code that is run whenever the current block is exited, regardless whether that is due to a "return", "next", "last", "redo", "exit", "die", "goto" or just reaching th...
ABIGAIL/End-2009110401 - 04 Nov 2009 15:43:29 UTC - Search in distribution
WWW::Mechanize - Handy web browsing in a Perl object
"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...
OALDERS/WWW-Mechanize-2.09 - 14 Jun 2022 14:22:59 UTC - Search in distribution
wumpus - Play the Wumpus game.
You are in a cave system, carrying a bow and a set of arrows. A Wumpus hides somewhere in the cave system. It's your task to kill the Wumpus before it eats you. To kill the Wumpus, you have to move around in the cave system to get near the Wumpus, th...
ABIGAIL/Games-Wumpus-2009112401 - 24 Nov 2009 21:16:13 UTC - Search in distribution- Games::Wumpus - Play Hunt the Wumpus
- Games::Wumpus::Cave - Cave used for Hunt the Wumpus
- Games::Wumpus::Room - Cave room used for Hunt the Wumpus
- 1 more result from Games-Wumpus »
Object::InsideOut - Comprehensive inside-out object support module
This module provides comprehensive support for implementing classes using the inside-out object model. Object::InsideOut implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for ...
JDHEDDEN/Object-InsideOut-4.05 - 27 Nov 2018 03:43:51 UTC - Search in distribution
OEIS - Fetch values from sequences of the OEIS.
Getting tired of all those challenges asking for the first N values of an OEIS sequence. There isn't much to do in such a case then just fetch the numbers from the OEIS. The "OEIS" module exports a single function, "oeis", which takes two arguments: ...
ABIGAIL/OEIS-2021041201 - 12 Apr 2021 17:47:59 UTC - Search in distribution- OEIS::A000045 - Calculate Fibonacci numbers.
Date::Manip::Changes6 - changes in Date::Manip 6.xx
SBECK/Date-Manip-6.88
-
02 Jun 2022 17:02:44 UTC
-
Search in distribution
- Date::Manip::Changes5 - changes in Date::Manip 5.xx
perlhist - Registro histórico de versiones de Perl
ENELL/POD2-ES-5.24.0.5
-
01 Jan 2017 21:24:12 UTC
-
Search in distribution
perlsecret - Perl secret operators and constants
Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...
BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution
File::chdir - a more sensible way to change directories
Perl's "chdir()" has the unfortunate problem of being very, very, very global. If any part of your program calls "chdir()" or if any library you use calls "chdir()", it changes the current working directory for the *whole* program. This sucks. File::...
DAGOLDEN/File-chdir-0.1010 - 05 Feb 2015 15:06:27 UTC - Search in distribution
Regexp::Sudoku - Solve Sudokus with regular expressions.
This module takes a Sudoku (or variant) as input, calculates a subject and pattern, such that, if the pattern is matched agains the subject, the match succeeds if, and only if, the Sudoku has a solution. And if it has a solution "%+" is populated wit...
ABIGAIL/Regexp-Sudoku-2022062101 - 21 Jun 2022 14:28:32 UTC - Search in distribution- Regexp::Sudoku::Utils - Utilities for Regexp::Sudoku
- Regexp::Sudoku::Parity - Parity related methods
- Regexp::Sudoku::Renban - Renban related method
- 4 more results from Regexp-Sudoku »
Regexp::Common - Provide commonly requested regular expressions
By default, this module exports a single hash (%RE) that stores or generates commonly needed regular expressions (see "List of available patterns"). There is an alternative, subroutine-based syntax described in "Subroutine-based interface". General s...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC - Search in distribution- Regexp::Common::comment - provide regexes for comments.
- Regexp::Common::zip - provide regexes for postal codes.
- Regexp::Common::net - provide regexes for IPv4, IPv6, and MAC addresses.
- 29 more results from Regexp-Common »
variable - Perl pragma to declare (scalar) variables without a leading $.
This simple module allows you to create scalar variables that do not need a leading "$". This will make people coming from a C or a Python background feel more at home....
ABIGAIL/variable-2009110702 - 07 Nov 2009 16:14:44 UTC - Search in distribution
Acme::Comment
Acme::Comment allows multi-line comments which are filtered out. Unlike the pseudo multi-line comment "if (0) {}", the code being commented out need not be syntactically valid....
BINGOS/Acme-Comment-1.04 - 10 Oct 2009 13:37:27 UTC - Search in distribution
Magazine_Article_03 - A Plan for Pugs
HINRIK/Perl6-Doc-0.47
-
06 Dec 2010 03:25:27 UTC
-
Search in distribution
Test::Regexp - Test your regular expressions
This module is intended to test your regular expressions. Given a subject string and a regular expression (aka pattern), the module not only tests whether the regular expression complete matches the subject string, it performs a "utf8::upgrade" or "u...
ABIGAIL/Test-Regexp-2017040101 - 01 Apr 2017 12:19:47 UTC - Search in distribution