#!/usr/bin/perl use strict; use warnings; use Win32::OLE::NLS qw(GetLocaleInfo LOCALE_SYSTEM_DEFAULT LOCALE_SLIS +T); my $char = GetLocaleInfo(LOCALE_SYSTEM_DEFAULT, LOCALE_SLIST); print "[$char]";
In reply to Re^2: Windows LOCALE_SLIST
by usr345
in thread Windows LOCALE_SLIST
by usr345
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |