mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
Perl6::Slurp implements the Perl 6 'slurp' built-in. slurp takes a filename, a
|
|
filehandle, a typeglob reference, an IO::File object, or a scalar reference,
|
|
and converts it to an input stream if necessary, and reads in the entire stream.
|
|
If slurp fails to set up or read the stream, it throws an exception.
|
|
|
|
WWW: https://metacpan.org/release/Perl6-Slurp
|