Jump to content

Main public logs

Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:21, 30 October 2024 Torben talk contribs deleted page Perl Module - Archive::Zip (content was: "Category:Perl [http://search.cpan.org/dist/Archive-Zip/lib/Archive/Zip.pm] use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); ===Create zip and add stuff=== my $zip = Archive::Zip->new(); # Create a Zip file foreach my $i (@list) { if (-d $i) { $zip->addTree($i,$i);} elsif (-f $i) { $zip->addFile($i);} } die unless ( $zip->writeToFileNamed($newZipFilename) == AZ_O...", and the only contributor was "Torben" (talk))