mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
1ea7b878c2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
perl-Slurp-Tiny.info | ||
perl-Slurp-Tiny.SlackBuild | ||
README | ||
slack-desc |
# File-Slurp-Tiny A perl module. File::Slurp::Tiny - A simple, sane and efficient file slurper #### Synopsis > use File::Slurp::Tiny 'read_file'; > my $content = read_file($filename); #### Description This module provides functions for fast and correct slurping and spewing. All functions are optionally exported.