in reply to Re^2: Does Perl have a baked-in memory llimit?
in thread Does Perl have a baked-in memory llimit?

Path::Tiny is preferred to File::Slurp for security reasons. This is not relevant to the OP's issue, where slurping the entire file (by whichever method) hits memory limits.
  • Comment on Re^3: Does Perl have a baked-in memory llimit?

Replies are listed 'Best First'.
Re^4: Does Perl have a baked-in memory llimit?
by eyepopslikeamosquito (Archbishop) on Nov 12, 2023 at 02:06 UTC

    This is not relevant to the OP's issue, where slurping the entire file (by whichever method) hits memory limits

    How can you be sure, given the OP has not provided a SSCCE, and has not posted any details on the out of memory error message?

    👁️🍾👍🦟
      You're correct. The second sentence is not justified.