I18N::Langinfo
I18N::Langinfo
NAME
I18N::Langinfo - query locale information
SYNOPSIS
use I18N::Langinfo;
DESCRIPTION
The langinfo() function queries various locale information that can be used to localize output and user interfaces. The langinfo() requires one numeric argument that identifies the locale constant to query: if no argument is supplied, $_
is used. The numeric constants appropriate to be used as arguments are exportable from I18N::Langinfo.
The following