In `Stream::Buffered::File` `sub print`, `$\` must be localized before `->print()`. Otherwise, you can read more data than there actually is.
In
Stream::Buffered::Filesub print,$\must be localized before->print(). Otherwise, you can read more data than there actually is.