Category: Perl
Unicode in Perl: filesystem
May 18th, 2009Now, Perl supports Unicode quite well. But please pay attention to that all file system related function is not Unicode-aware, includes -X, opendir and other functions:
- chdir, chmod, chown, chroot, exec, link, lstat, mkdir, rename, rmdir, stat, symlink, truncate, unlink, utime, -X
- %ENV
- glob (aka the <*>

- open, opendir, sysopen
- qx (aka the backtick operator), system
- readdir, readlink
Setup Perl project
April 30th, 2009Using h2xs to generate skeleon
h2xs -A -X -n name_of_project