Help for this page

Select Code to Download


  1. or download this
    use Archive::Extract;
    my $ae = Archive::Extract->new( archive => 'myfile.tgz' );
    my $ok = $ae->extract or die $ae->error;
    
  2. or download this
    Unable to extract 'myfile.tgz':  at ./data_sort.pl line 156.