Help for this page

Select Code to Download


  1. or download this
    # Save the Zip file
    unless ( $zip->writeToFileNamed('someZip.zip') == AZ_OK ) {
        die 'write error';
    }
    
  2. or download this
    my ($tempfile, $name) = tempfile();
    close $tempfile;