Search results for "MNEYLON"
Hash::Merge - Merges arbitrarily deep hashes into a single hash
Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined belo...
HERMES/Hash-Merge-0.302 - Jul 30, 2020 - Search in distribution
File::Grep - Find matches to a pattern in a series of files and related functions
File::Grep mimics the functionality of the grep function in perl, but applying it to files instead of a list. This is similar in nature to the UNIX grep command, but more powerful as the pattern can be any legal perl function. The main functions prov...
MNEYLON/File-Grep-0.02 - Sep 17, 2005 - Search in distribution
Game::Life - Plays Conway's Game of Life
Conway's Game of Life is a basic example of finding 'living' patterns in rather basic rulesets (see NOTES). The Game of Life takes place on a 2-D rectangular grid, with each grid point being either alive or dead. If a living grid point has 2 or 3 nei...
LTP/Game-Life-0.06 - May 15, 2013 - Search in distribution
CGI::ToXML - Converts CGI to an XML structure
Converts a CGI variable (from CGI.pm) to an XML data structure. While there is currently a similar module, CGI::XML, by Jonathan Eisenzopf, the outputted XML is not in a very usable format, given the newer advances in XML (such as XSLT, XPath, etc). ...
MNEYLON/CGI-ToXML-0.02 - Feb 05, 2002 - Search in distribution
Tie::Hash::Stack - Maintains an array of hashes like a stack.
"Tie::Hash::Stack" allows one to tie a hash to a data structure that is composed of an ordered (FILO) sequence of hashes; hash values are always set on the newest hash of the stack, and are retrieved from the hash that contains the requested that is ...
REHSACK/Tie-Hash-Stack-0.100 - Nov 04, 2013 - Search in distribution
Tie::Array::Iterable - Allows creation of iterators for lists and arrays
"Tie::Hash::Iterable" allows one to create iterators for lists and arrays. The concept of iterators is borrowed from the C++ STL [1], in which most of the collections have iterators, though this class does not attempt to fully mimic it. Typically, in...
MNEYLON/Tie-Array-Iterable-0.03 - Nov 16, 2001 - Search in distribution- Tie::Array::Iterable::ForwardIterator - Forward Iterator object
- Tie::Array::Iterable::BackwardIterator - Forward Iterator object
XML::Generator::CGI - Generate SAX2 Events from CGI objects
XML::Generator::CGI is a SAX event generator for CGI objects. Both name/parameter sets and cookies are enumated in the resulting XML. By default, and after appropriate parsing by additional handlers, the resulting XML will look similar to: <cgi gener...
MNEYLON/XML-Generator-CGI-0.01 - Feb 24, 2002 - Search in distribution
RapidApp::Util::Hash::Merge - Merges arbitrarily deep hashes into a single hash
This is a copy of Hash::Merge at version 2.00. See https://metacpan.org/pod/release/REHSACK/Hash-Merge-0.200/lib/Hash/Merge .pm Please don't use this as it may be removed at any time....
VANSTYN/RapidApp-1.3500 - Nov 22, 2021 - Search in distribution