Help for this page

Select Code to Download


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