FreeBSD Manual Pages
Algorithm::RabinKarp::User(Contributed Perl DocumAlgorithm::RabinKarp::Util(3) NAME Algorithm::RabinKarp::Util - utility methods for use with Rabin-Karp hash generation. GENERATORS 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. filter_regexp ( REGEXP, CODEREF ) 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. stream_fh ( FileHandle ) Iterates across values in a file handle. stream_string ( $scalar ) Iterates across characters in a string. AUTHOR Norman Nunley, Jr <nnunley@cpan.org> 1; POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 13: You can't have =items (as at line 19) unless the first thing after the =over is an =item perl v5.32.1 2006-12-27 Algorithm::RabinKarp::Util(3)
NAME | GENERATORS | AUTHOR | POD ERRORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Algorithm::RabinKarp::Util&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>