Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $oldmember = $zipFile->updateMember( $oldimage1, $newimage1 );
    
    my $stat = $zipFile->overwrite();
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $newmember = $zipFile->addFile( $newimage1, "branch/stick/$newimage
    +1");
    
    my $stat = $zipFile->overwrite();