freebsd-ports/devel/p5-File-Stream/pkg-descr
2013-08-29 04:08:53 +00:00

9 lines
375 B
Text

Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.
Thus, readline() and the <> operator can now return records delimited by
regular expression matches.
WWW: http://search.cpan.org/dist/File-Stream/