SILENT KILLERPanel

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


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/

NameTypeSizeLast ModifiedActions
Codes Directory - -
Maketext Directory - -
Codes.pm File 24644 bytes March 01 2018 14:43:21.
Codes.pod File 20414 bytes March 01 2018 14:20:11.
Country.pm File 1884 bytes May 30 2018 14:22:15.
Country.pod File 3094 bytes May 30 2018 14:22:15.
Currency.pm File 1905 bytes May 30 2018 14:22:15.
Currency.pod File 3125 bytes May 30 2018 14:22:15.
Language.pm File 1905 bytes May 30 2018 14:22:15.
Language.pod File 3125 bytes May 30 2018 14:22:15.
Maketext.pm File 30446 bytes July 25 2016 17:53:34.
Maketext.pod File 51891 bytes July 25 2016 17:47:18.
Script.pm File 1863 bytes May 30 2018 14:22:15.
Script.pod File 3063 bytes May 30 2018 14:22:15.

Reading File: //usr/share/perl5/vendor_perl/Locale//Country.pm

package Locale::Country;
# Copyright (C) 2001      Canon Research Centre Europe (CRE).
# Copyright (C) 2002-2009 Neil Bowers
# Copyright (c) 2010-2018 Sullivan Beck
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

# This file was automatically generated.  Any changes to this file will
# be lost the next time 'gen_mods' is run.
#    Generated on: Wed May 30 10:22:15 EDT 2018

use strict;
use warnings;
require 5.006;
use Exporter qw(import);

our($VERSION,@EXPORT);
$VERSION   = '3.57';

################################################################################
use if $] >= 5.027007, 'deprecate';
use Locale::Codes;
use Locale::Codes::Constants;

@EXPORT    = qw(
                code2country
                country2code
                all_country_codes
                all_country_names
                country_code2code
               );
push(@EXPORT,@Locale::Codes::Constants::CONSTANTS_COUNTRY);

our $obj = new Locale::Codes('country');
$obj->show_errors(0);

sub show_errors {
   my($val) = @_;
   $obj->show_errors($val);
}

sub code2country {
   return $obj->code2name(@_);
}

sub country2code {
   return $obj->name2code(@_);
}

sub country_code2code {
   return $obj->code2code(@_);
}

sub all_country_codes {
   return $obj->all_codes(@_);
}

sub all_country_names {
   return $obj->all_names(@_);
}

sub rename_country {
   return $obj->rename_code(@_);
}

sub add_country {
   return $obj->add_code(@_);
}

sub delete_country {
   return $obj->delete_code(@_);
}

sub add_country_alias {
   return $obj->add_alias(@_);
}

sub delete_country_alias {
   return $obj->delete_alias(@_);
}

sub rename_country_code {
   return $obj->replace_code(@_);
}

sub add_country_code_alias {
   return $obj->add_code_alias(@_);
}

sub delete_country_code_alias {
   return $obj->delete_code_alias(@_);
}

1;

SILENT KILLER Tool