- or download this
Disk size: 21
Inlined, binmode: 21
...
Slurp is different from inlined version.
- or download this
C:\>perl -MFile::Slurp -le "print $File::Slurp::VERSION"
9999.09
...
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
- or download this
use strict;
use warnings;
...
}
print dump($buf);