HEX
Server: Apache/2
System: Linux jingle.dotvndns.vn 2.6.32-754.17.1.el6.x86_64 #1 SMP Tue Jul 2 12:42:48 UTC 2019 x86_64
User: chuahuehuong (1863)
PHP: 7.3.16
Disabled: apache_note,apache_setenv,proc_get_status,exec,passthru,proc_nice,proc_terminate,shell_exec,system,ini_restore,syslog,define_syslog_variables,symlink,link,error_log,leak,dbmopen,closelog,stream_socket_server,execl,escapeshellcmd,ini_alter,dl,show_source,posix_getpwuid,posix_geteuid,posix_getegid,posix_getgrgid,open_basedir,safe_mode_include_dir,pcntl_exec,pcntl_fork,pclose,virtual,openlog,popen,escapeshellarg,eval,calo,posix_getpwuid,symlinks,symlink,getpwuid,mail
Upload Files
File: //usr/share/perl5/Locale/Constants.pod
=head1 NAME

Locale::Constants - constants for Locale codes

=head1 SYNOPSIS

    use Locale::Constants;
    
    $codeset = LOCALE_CODE_ALPHA_2;

=head1 DESCRIPTION

B<Locale::Constants> defines symbols which are used in
the four modules from the Locale-Codes distribution:

	Locale::Language
	Locale::Country
	Locale::Currency
	Locale::Script

B<Note:> at the moment only Locale::Country and Locale::Script
support 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 C<use> this module directly yourself -
it is used by the three Locale modules, which in turn export
the symbols.

=head1 KNOWN BUGS AND LIMITATIONS

None at the moment.

=head1 SEE ALSO

=over 4

=item Locale::Language

Codes for identification of languages.

=item Locale::Country

Codes for identification of countries.

=item Locale::Script

Codes for identification of scripts.

=item Locale::Currency

Codes for identification of currencies and funds.

=back

=head1 AUTHOR

Neil Bowers E<lt>neil@bowers.comE<gt>

=head1 COPYRIGHT

Copyright (C) 2002-2004, Neil Bowers.

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.

=cut