mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
1cd66a015e
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/ PR: ports/125926 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
10 lines
375 B
Plaintext
10 lines
375 B
Plaintext
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/
|