Help for this page

Select Code to Download


  1. or download this
    my $tar = Archive::Tar->new(); 
    my @filelist = ("txt.del", "txt1.del");
    ...
    my $error =    $tar->error();
    print "error is $error \n";