Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $tar->add_files(@files);
    $tar->write('Tmytest2.tgz',9);
    exit;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    $tar->write('Tmytest2.tgz',9);
    exit;