| Algorithm-RabinKarp documentation | view source | Contained in the Algorithm-RabinKarp distribution. |
Algorithm::RabinKarp::Util - utility methods for use with Rabin-Karp hash generation.
These are generator functions that all create a subroutine closure which produce pairs of ( value, position ) until their source is exhaused, and undef when no values remain.
Given a coderef matching the signature given for Algorithm::RabinKarp, this method will create a generator that skips all characters that match a given regexp.
Iterates across values in a file handle.
Iterates across characters in a string.
Norman Nunley, Jr <nnunley@cpan.org>
1;
| Algorithm-RabinKarp documentation | view source | Contained in the Algorithm-RabinKarp distribution. |