in reply to Re^6: IO::Uncompress::Gunzip thread safe?
in thread IO::Uncompress::Gunzip thread safe?
Both are open source, so even a code review would be possible.
As for executing, BrowserUk is right - e.g.would workmy @cmd = ( 'c:\Program Files\7-Zip\7z.exe', 'a', '-mx9', '-r', 'alltexts.zip', '*.txt', ); system @cmd;
|
|---|