Description
Perl scripts can load complete file contents with a tiny helper library. It is useful for small templates, test files, generated snippets, and simple configuration data.
It is a lightweight file I/O dependency. Since it reads whole files, applications should avoid using it blindly on very large or untrusted paths.