Perl Weekly: A Free, Weekly Perl Email Newsletter

I will like to introduce you to Perl Weekly:

A free, once a week e-mail round-up of hand-picked news and articles about Perl.

Perl Weekly is managed by Gabor Szabo of Perl Training Israel.

Perl Weekly will help you keep up to date with the latest happenings in the Perl community from around the world. It features news about conferences and workshops so that you do not miss one. Articles superficially related to Perl are featured as well, to give rise to new ideas, borrow existing ideas from other communities or start discussions.

Personally, I was able to learn and get ideas from the articles that were featured. Hence I recommend that you subscribe to it. If you have not subscribed to the e-mail newsletter yet, you may do so at: Perl Weekly. All past issues are archived. Latest issue (week 8).

Start blogging about Perl so that your articles will also be featured in Perl Weekly which is currently read by more than 990 subscribers (and steadily increasing).

General Purpose Bit Flag not being set

This is an unreported bug in the Archive::Zip Perl module. This means that the level of compression will not be stored in the archives that are created, which may cause trouble with some extractors while inflating. PKWARE’s application note on the .Zip file format states that these flags should be set.

Please see: Update on General Purpose Bit Flag bug and Archive::Zip does not set General Purpose Bit Flag.

.Zip parser code

The local subversion repository of zip_parser has been migrated to Google Code using svnsync. Have to add support for Zip64 and encrypted archives soon.

.Zip Parser

The .Zip file parser has been completed. I will host the code soon, and probably convert it into a Perl module for analysing different types of .Zip files created by different software.