- or download this
/apps/webroot/service/servicelist/ss/filename.blah
- or download this
/servicelist/ss/filename.blah
- or download this
my $tar = Archive::Tar->new();
foreach $updatedFile (@updatedFiles){
...
$tar->add_files("$newFile");
}
$tar->write("$tarFile");