in reply to Re: Quick question on Tar and Untaring Files
in thread Quick question on Tar and Untaring Files
my $tar = Archive::Tar->new; $tar->add_files("$f1"); $tar->add_files("$f2"); $tar->write("final.tar");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Quick question on Tar and Untaring Files
by syphilis (Archbishop) on Jul 19, 2011 at 03:46 UTC |