libperl6-slurp-perl

Module implementing the perl 6 'slurp' built-in
  https://metacpan.org/release/Perl6-Slurp
  0
  no reviews



Perl6::slurp allows you to "slurp" in contents from a file or a file handle into a scalar or an array. this used to be done by modifying the $/ built-in, but perl6::slurp provides the ease of use of the perl 6's slurp() function.