SILENT KILLERPanel

Current Path: > > usr > share > perl5 > vendor_perl > Locale > > Codes


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/share/perl5/vendor_perl/Locale//Codes

NameTypeSizeLast ModifiedActions
Changes.pod File 26351 bytes May 30 2018 14:46:36.
Constants.pm File 6305 bytes May 30 2018 14:22:15.
Country.pm File 1891 bytes May 30 2018 14:22:15.
Country.pod File 3171 bytes May 30 2018 14:22:15.
Country_Codes.pm File 257800 bytes May 30 2018 14:14:54.
Country_Retired.pm File 28972 bytes May 30 2018 14:26:44.
Currency.pm File 1912 bytes May 30 2018 14:22:15.
Currency.pod File 3202 bytes May 30 2018 14:22:15.
Currency_Codes.pm File 50994 bytes May 30 2018 14:18:27.
Currency_Retired.pm File 8136 bytes May 30 2018 14:26:44.
LangExt.pm File 1891 bytes May 30 2018 14:22:15.
LangExt.pod File 3171 bytes May 30 2018 14:22:15.
LangExt_Codes.pm File 51227 bytes May 30 2018 14:18:43.
LangExt_Retired.pm File 731 bytes May 30 2018 14:26:44.
LangFam.pm File 1891 bytes May 30 2018 14:22:15.
LangFam.pod File 3171 bytes May 30 2018 14:22:15.
LangFam_Codes.pm File 24888 bytes May 30 2018 14:22:04.
LangFam_Retired.pm File 413 bytes March 01 2018 14:43:21.
LangVar.pm File 1891 bytes May 30 2018 14:22:15.
LangVar.pod File 3171 bytes May 30 2018 14:22:15.
LangVar_Codes.pm File 25694 bytes May 30 2018 14:21:59.
LangVar_Retired.pm File 872 bytes May 30 2018 14:26:44.
Language.pm File 1912 bytes May 30 2018 14:22:15.
Language.pod File 3202 bytes May 30 2018 14:22:15.
Language_Codes.pm File 1606252 bytes May 30 2018 14:18:10.
Language_Retired.pm File 20161 bytes May 30 2018 14:26:44.
Script.pm File 1870 bytes May 30 2018 14:22:15.
Script.pod File 3140 bytes May 30 2018 14:22:15.
Script_Codes.pm File 64522 bytes May 30 2018 14:18:38.
Script_Retired.pm File 3558 bytes May 30 2018 14:26:44.
Types.pod File 12027 bytes March 01 2018 14:20:11.

Reading File: //usr/share/perl5/vendor_perl/Locale//Codes/Currency.pod

=pod

=head1 NAME

Locale::Codes::Currency - module for dealing with currency code sets

=head1 SYNOPSIS

   use Locale::Codes::Currency;

   $name = code2currency(CODE);
   $code = currency2code(NAME);

   @codes   = all_currency_codes();
   @names   = all_currency_names();

=head1 DESCRIPTION

This module provides access to currency code sets.

Please refer to the L<Locale::Codes::Types> document for a description
of the code sets available.

Most of the routines take an optional additional argument which
specifies the code set to use. The code set can be specified using the
name of a code set, or the perl constant specified in the above
document.  If not specified, the default code set will be used.

=head1 ROUTINES

All routines in this module call the appropriate method in the
L<Locale::Codes> module, using an object of type: currency
Please refer to the documentation of the L<Locale::Codes> module
for details about each function.

The following functions are exported automatically:

=over 4

=item B<code2currency(CODE [,CODESET] [,'retired'])>

See B<code2name> in L<Locale::Codes>

=item B<currency2code(NAME [,CODESET] [,'retired'])>

See B<name2code> in L<Locale::Codes>

=item B<currency_code2code(CODE ,CODESET ,CODESET2)>

See B<code2code> in L<Locale::Codes>

=item B<all_currency_codes([CODESET] [,'retired'])>

See B<all_codes> in L<Locale::Codes>

=item B<all_currency_names([CODESET] [,'retired'])>

See B<all_names> in L<Locale::Codes>

=back

The following functions are not exported and must be called fully
qualified with the package name:

=over 4

=item B<Locale::Codes::Currency::show_errors(FLAG)>

By default, invalid input will produce empty results, but no errors.  By
passing in a non-zero value of FLAG, errors will be produced.

See B<show_errors> in L<Locale::Codes> but note that the default for
the non-OO modules are to NOT produce errors.

=item B<Locale::Codes::Currency::rename_currency(CODE ,NEW_NAME [,CODESET])>

See B<rename_code> in L<Locale::Codes>

=item B<Locale::Codes::Currency::add_currency(CODE ,NAME [,CODESET])>

See B<add_code> in L<Locale::Codes>

=item B<Locale::Codes::Currency::delete_currency(CODE [,CODESET])>

See B<delete_code> in L<Locale::Codes>

=item B<Locale::Codes::Currency::add_currency_alias(NAME ,NEW_NAME)>

See B<add_alias> in L<Locale::Codes>

=item B<Locale::Codes::Currency::delete_currency_alias(NAME)>

See B<delete_alias> in L<Locale::Codes>

=item B<Locale::Codes::Currency::rename_currency_code(CODE ,NEW_CODE [,CODESET])>

See B<replace_code> in L<Locale::Codes>

=item B<Locale::Codes::Currency::add_currency_code_alias(CODE ,NEW_CODE [,CODESET])>

See B<add_code_alias> in L<Locale::Codes>

=item B<Locale::Codes::Currency::delete_currency_code_alias(CODE [,CODESET])>

See B<delete_code_alias> in L<Locale::Codes>

=back

=head1 SEE ALSO

=over 4

=item L<Locale::Codes>

The Locale-Codes distribution.

=back

=head1 AUTHOR

See Locale::Codes for full author history.

Currently maintained by Sullivan Beck (sbeck@cpan.org).

=head1 COPYRIGHT

   Copyright (c) 2011-2018 Sullivan Beck

This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

=cut

SILENT KILLER Tool