Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

Where 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 typing

perldoc 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