The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.3 - 2009-08-29

  • major changes, new bugs and changes in decoding behaviour are expected (but not intended).
  • major scanning and decoding speed-up (by a factor of 4), by replacing ultra-slow _FP_gets and improving IsKnownHeader (but fgets is *still* responsible for >50% if the time).
  • new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList call after every loadfile, majorly speeds up large decodes (easily by a factor of 10..100).
  • allow "Smerge -1" to call UUCheckGlobalList.
  • majorly speed up part insertion (still O(n), but much faster).
  • allow for 1023 octet headers instead of the standard 255 octet ones.
  • support strcasestr, strcasecmp, strncasecmp for added speed.

Modules

Perl interface to the uulib library (a.k.a. uudeview/uuenview).

Examples