in reply to Re: Make unique hash of arrays?
in thread Make unique hash of arrays?
Notes:
- This needs use v5.14.0 (or equivalent) for s///r.
- The local $/ = "//\n" changes the diamond operator's notion of what a line is, causing it to read the file in chunks delimited by "//\n".