slackbuilds_ponce/perl/perl-Slurp-Tiny/README
Brenton Earl e9079c0961 perl/perl-Slurp-Tiny: Updated for version 0.004.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-22 08:08:47 +07:00

6 lines
142 B
Text

File::Slurp::Tiny - A simple, sane and efficient file slurper
Usage:
use File::Slurp::Tiny 'read_file';
my $content = read_file($filename);