Help for this page

Select Code to Download


  1. or download this
    my $shortname = $bfile;
    $shortname =~ s!.*[\\/]!!;
    my $member = $zip->addFile($bfile, $shortname);
    
  2. or download this
    my $ziptest = Archive::Zip->new($bfiledst);
    if (!defined($ziptest)) {
    ...
        # another error.
      }
    }