in reply to Re^2: Calculated position incorrect when using regex in text file that also contains binary info
in thread Calculated position incorrect when using regex in text file that also contains binary info

Hi

The proper way to share binary data inside perl programs is to use Data::Dump::dd()

This is especially true if you share that file on the internet

Without this you have no basis for any conclusions

  • Comment on Re^3: Calculated position incorrect when using regex in text file that also contains binary info