search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
375 B
Text
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: https://metacpan.org/release/File-Stream
|