• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H03-May-2022-309262

ChangeLogH A D26-Feb-20064.6 KiB13990

MANIFESTH A D26-Feb-2006170 1110

META.ymlH A D26-Feb-2006298 119

Makefile.PLH A D21-Jul-1998187 128

PreSuf.pmH A D26-Feb-20067.7 KiB390236

READMEH A D11-May-2000514 2114

README

1The Regex::Presuf module can be used to build regular expressions out
2of 'word lists', lists of strings.  The regular expression matches the
3same words as the word list.  These regular expressions normally run
4few dozen percentages faster than a simple-minded '|'-concatenation of
5the words.
6
7Install by
8
9	perl Makefile.PL
10	make
11	make test
12	make install
13
14Then proceed by reading the actual documentation contained in the PreSuf.pm,
15if make install went fine, "perldoc Regex::PreSuf" should work.
16
17Enjoy,
18	Jarkko
19
20
21