- or download this
use strict;
use warnings;
...
print("Slurp is different from inlined version.\n");
}
}
- or download this
Disk size: 21
...
Slurp is indentical to inlined version.
- or download this
>perl -MFile::Slurp -le "print $File::Slurp::VERSION"
9999.09
...
(with 1 registered patch, see perl -V for more detail)
...