Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/tie-hash-regex
Match hash keys using Regular Expressions
https://github.com/davorg-cpan/tie-hash-regex
cpan hacktoberfest hash perl tier1
Last synced: 3 months ago
JSON representation
Match hash keys using Regular Expressions
- Host: GitHub
- URL: https://github.com/davorg-cpan/tie-hash-regex
- Owner: davorg-cpan
- Created: 2009-01-15T16:52:33.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:28:18.000Z (12 months ago)
- Last Synced: 2024-06-19T11:14:12.044Z (7 months ago)
- Topics: cpan, hacktoberfest, hash, perl, tier1
- Language: Perl
- Homepage: http://search.cpan.org/dist/Tie-Hash-Regex/
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Tie::Hash::Regex
----------------NAME
Tie::Hash::Regex
DESCRIPTION
WHAT IS Tie::Hash::Regex?
Tie::Hash::Regex is a Perl module which extends the functionality of Perl
hashes so that they can match regular expression keys.HOW DO I INSTALL IT?
Tie::Hash::Regex uses the standard Perl module architecture and can
therefore be installed using the standard Perl method which, in brief,
goes something like this:gzip -cd Tie-Hash-Regex-X.XX.tar.gz | tar xvf -
cd Tie-Hash-Regex-X.XX
perl Build.PL
Build
Build test
make installWhere X.XX is the version number of the module which you are installing.
If this doesn't work for you then creating a directory called Tie/Hash
somewhere in your Perl library path (@INC) and copying the Regex.pm file
into this directory should also do the trick.Since this has been published to CPAN,
cpanm Tie::Hash::Regex
will also install it for you along whatever dependency is not yet installed.
WHERE IS THE DOCUMENTATION?
All of the documentation is currently in POD format in the Regex.pm file.
If you install the module using the standard method you should be able to
read it by typingperldoc Tie::Hash::Regex
at a comand prompt.
LATEST VERSION
The latest version of this module will always be available from CPAN.
COPYRIGHT
Copyright (c) 2001, Magnum Solutions Ltd. All Rights Reserved.
This script is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.ANYTHING ELSE?
If you have any further questions, please contact the author.
AUTHOR
Dave Cross