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

Changes for version 0.59_03 - 2008-08-25

  • remove __attribute__nonnull__, which is not available on some old versions of perl

Changes for version 0.59_02 - 2008-08-25

  • PerlIO::tee
    • fix PerlIOTee_dup() for ActivePerl

Changes for version 0.59_01 - 2008-08-25

  • PerlIO::Util
    • use Module::Install
    • use PERL_NO_GET_CONTEXT macro for efficiency
  • PerlIO::tee
    • fix PerlIOTee_dup() for threads
    • add t/062_tee_threads.t

Documentation

PerlIOに関するユーティリティ集

Modules

A selection of general PerlIO utilities
Creates a file if it doesn't exist
Reads directories
Creates a file only if it doesn't exist
Easy flock() interface
Deals with Filesystem Encoding
Reads lines backward
Multiplex output layer