The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07 - 1999-08-17

  • Added DeleteFile().
  • Removed prototypes from OsFHandleOpen() and GetOsFHandle() since the C<*> doesn't prevent warnings about bareword file handles and prevents the useful usage message if no arguments given.
  • Fixed bug due to failed C<(/k/i,/t/i)> in list context returning C<()> not C<(undef,undef)> in modern versions of Perl.
  • Change order of C<#include>s so can build with Perl5.005 and later.
  • Fixed C<test.pl> to ignore Perl bug where C<$^E> is truncated.
  • Turned on C<CAPI> in C<Makefile.PL> for certain versions of Perl.
  • Updated C<README>.

Modules

Low-level access to Win32 system API calls for files/dirs.