Help for this page

Select Code to Download


  1. or download this
    use Archive::Tar;
    use strict;
    ...
    $parent->remove("file2");
    $parent->write("child2.tar");
    
  2. or download this
    $ echo "contents of file1">file1
    $ echo "contents of file2">file2
    ...
    contents of file2
    contents of file3
    contents of file4