-
-
04 Mar 2001 18:40:43 UTC
- Distribution: Locale-Codes
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (5 / 0 / 0)
- Kwalitee
Bus factor: 5- License: unknown
- Activity
24 month- Tools
- Download (17.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Locale::Constants - constants for Locale codes
SYNOPSIS
use Locale::Constants; $codeset = LOCALE_CODE_ALPHA_2;
DESCRIPTION
Locale::Constants defines symbols which are used in the three modules from the Locale-Codes distribution:
Locale::Language Locale::Country Locale::Currency
Note: at the moment only Locale::Country supports more than one code set.
The symbols defined are used to specify which codes you want to be used:
LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 LOCALE_CODE_NUMERIC
You shouldn't have to
use
this module directly yourself - it is used by the three Locale modules, which in turn export the symbols.KNOWN BUGS AND LIMITATIONS
None at the moment.
SEE ALSO
- Locale::Language
-
Codes for identification of languages.
- Locale::Country
-
Codes for identification of countries.
- Locale::Currency
-
Codes for identification of currencies and funds.
AUTHOR
Neil Bowers <neilb@cre.canon.co.uk>
COPYRIGHT
Copyright (C) 2001, Canon Research Centre Europe (CRE).
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Locale::Country, copy and paste the appropriate command in to your terminal.
cpanm Locale::Country
perl -MCPAN -e shell install Locale::Country
For more information on module installation, please visit the detailed CPAN module installation guide.