blob: 46283e7225b3c1879334fb270bae45a463f09ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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.
|