I am trying to write a script that creates a tar file (using Archive::tar) and then compress that file using the gzip tools found within zlib.pm.
I have no trouble writing the tar file, nor creating a gzip file, however, I cannot figure out how to write anything to the .gz file.
If anyone has any good examples, or has developed a script along these lines, I would be most appreciative if I could look it over.
Thanks
I have no trouble writing the tar file, nor creating a gzip file, however, I cannot figure out how to write anything to the .gz file.
If anyone has any good examples, or has developed a script along these lines, I would be most appreciative if I could look it over.
Thanks