in reply to How do I read an entire file into a string?

Reading this in 2018, use Path::Tiny (as mentioned above) rather than File::Slurp (see rt://83126 for details)

  • Comment on Re: How do I read an entire file into a string?