Help for this page

Select Code to Download


  1. or download this
          my $member = $appendMemberArr[2];
    2555  print "member->fileName=".$member->fileName()."\n";
    
  2. or download this
    use Archive::Zip;
    my $fZipIn = Archive::Zip->new($fSource) or die "### ERROR $thisFunc("
    +.__LINE__."): FAILED TO CREATE ZIP FOR $fSource\n";
    ...
          # other processing
        }
    }