-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
71 lines (41 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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 <[email protected]>