in reply to How would you do this?
IO::Uncompress::Gunzip would allow you to access the data within your Perl program, you could then treat them as ordinary files and check they start with the correct marker and if they do extract the required data.
Hope that helps
|
|---|