Description
Perl programs can read entire files into memory through a small, predictable interface. This is useful for configuration files, templates, test fixtures, and inputs that are known to be reasonably sized.
It is a file-reading library. Applications should avoid slurping unbounded or user-controlled large files without size checks.