in reply to Re^2: Filenames beyond 260 chars in Perl on WinXP
in thread Filenames beyond 260 chars in Perl on WinXP

Support for Win9x has just been dropped from Perl, so you might actually see a move to the *W APIs in Perl. Of course, it will move faster if you contribute a patch :).

The major obstacle in moving towards the *W APIs is that much of the Perl code assumes that filenames are plain ASCII and have no encoding attached, which is obviously not the case with the *W APIs anymore.