Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    unless(my $ok = $ae->extract){
        print "There was an error: $ae->error";    
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $out = "Testing.xls";
    
    my $status = gunzip $file => $out or die "gunzip failed: $GunzipError\
    +n";