in reply to Re: Problem with Archive::Tar created archives and Winzip
in thread Problem with Archive::Tar created archives and Winzip
and end up with a copy.tar that's not identical to orig.tar. (Of course, that doesn't happen if $Archive::Tar::DO_NOT_USE_PREFIX is set.)$tar->read('orig.tar', 0); #read orig.tar into memory $tar->write('copy.tar, 0); #write copy.tar from memory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with Archive::Tar created archives and Winzip
by demerphq (Chancellor) on Jul 24, 2007 at 09:02 UTC |