constants.pod
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· POD 代码 · 共 77 行
POD
77 行
=head1 NAMELocale::Constants - constants for Locale codes=head1 SYNOPSIS use Locale::Constants; $codeset = LOCALE_CODE_ALPHA_2;=head1 DESCRIPTIONB<Locale::Constants> defines symbols which are used inthe four modules from the Locale-Codes distribution: Locale::Language Locale::Country Locale::Currency Locale::ScriptB<Note:> at the moment only Locale::Country and Locale::Scriptsupport more than one code set.The symbols defined are used to specify which codes youwant to be used: LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 LOCALE_CODE_NUMERICYou shouldn't have to C<use> this module directly yourself -it is used by the three Locale modules, which in turn exportthe symbols.=head1 KNOWN BUGS AND LIMITATIONSNone at the moment.=head1 SEE ALSO=over 4=item Locale::LanguageCodes for identification of languages.=item Locale::CountryCodes for identification of countries.=item Locale::ScriptCodes for identification of scripts.=item Locale::CurrencyCodes for identification of currencies and funds.=back=head1 AUTHORNeil Bowers E<lt>neil@bowers.comE<gt>=head1 COPYRIGHTCopyright (C) 2002-2004, Neil Bowers.Copyright (C) 2001, Canon Research Centre Europe (CRE).This module is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?