Howdy bros. I am trying to write a script to read archive files from GNU Mailman like
. It's a .gz file but when I run IO::Decompress on it, I get a bunch of binary chars. I expected it to be a flat file or something with xml markup, not binary Does anyone know how to read it?