Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Archive::Tar ;
    ...
    $tar->write( "$tarFile.tgz", 8);
    $tar->clear;
    undef $tar;
    
  2. or download this
    $tar->add_data( "test/test.txt", "Hello World 1", {prefix => 'test'});