Help for this page

Select Code to Download


  1. or download this
        if (-e $zip_path) {
            unless ( $zip->read( $zip_path ) == AZ_OK ) {
    ...
           die "$zip_path write error";
        }