You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add some new features to Win32::Unicode to make it even more useful. If I send you the .zip file with the changes, can you look at them and see if they can be added?
Arigatou,
Bob
• openW () like CORE::open returns a Perl file handle which can be used by normal Perl functions like binmode, read, write, close, seek, tell, etc.; supports 2 and 3 argument formats
• abspathW () like Cwd::abs_path
• file names converted to ?\ format if longer than DOS limit to permit file names up to 32K
• file_size () and statW () return file size if larger than 4GB
The text was updated successfully, but these errors were encountered:
Konnichiwa,
I would like to add some new features to Win32::Unicode to make it even more useful. If I send you the .zip file with the changes, can you look at them and see if they can be added?
Arigatou,
Bob
• openW () like CORE::open returns a Perl file handle which can be used by normal Perl functions like binmode, read, write, close, seek, tell, etc.; supports 2 and 3 argument formats
• abspathW () like Cwd::abs_path
• file names converted to ?\ format if longer than DOS limit to permit file names up to 32K
• file_size () and statW () return file size if larger than 4GB
The text was updated successfully, but these errors were encountered: