Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $zip->overwrite();
        return( "$newdataname.zip" );
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
        return( "$newname.zip" );
    }