This command will give you a list of locales:
locale -a
From a Perl script you can execute the same using
system("locale -a");
This command will give you a list of locales:
locale -a
From a Perl script you can execute the same using
system("locale -a");