Help for this page

Select Code to Download


  1. or download this
    while (<FILE_LIST>) {
        print;
        chomp;
        my $member = $zip->addFile($_);
        print "Add error" unless ($member);
    }