Hi,
You can look around in /usr/share/locale/ and see what locales are present on your system. The system will probably support many locales - but I'm not very familiar with how well Perl will support all the locales of the system.
See also "man mklocale".
-Ken
I had a similar problem a while ago. It seems to me that the locale support in OS X is somehow incomplete. You will get an error message as soon as you set LC_LANG to any other language specific locale than "C". Try "de" for example und you will end up with the mentioned error message. Perl tries to open /usr/share/locale/de/LC_COLLATE in this case, but there is no such file (in none of the locale directories). There is a way to build LC_TYPE-files (mklocale), but I don't know how one could create the other missing locale files.
jcb
