Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
vendor_perl /
Locale /
Codes /
Delete
Unzip
Name
Size
Permission
Date
Action
Changes.pod
25.73
KB
-rw-r--r--
2018-05-30 20:16
Constants.pm
6.16
KB
-rw-r--r--
2018-05-30 19:52
Country.pm
1.85
KB
-rw-r--r--
2018-05-30 19:52
Country.pod
3.1
KB
-rw-r--r--
2018-05-30 19:52
Country_Codes.pm
251.76
KB
-rw-r--r--
2018-05-30 19:44
Country_Retired.pm
28.29
KB
-rw-r--r--
2018-05-30 19:56
Currency.pm
1.87
KB
-rw-r--r--
2018-05-30 19:52
Currency.pod
3.13
KB
-rw-r--r--
2018-05-30 19:52
Currency_Codes.pm
49.8
KB
-rw-r--r--
2018-05-30 19:48
Currency_Retired.pm
7.95
KB
-rw-r--r--
2018-05-30 19:56
LangExt.pm
1.85
KB
-rw-r--r--
2018-05-30 19:52
LangExt.pod
3.1
KB
-rw-r--r--
2018-05-30 19:52
LangExt_Codes.pm
50.03
KB
-rw-r--r--
2018-05-30 19:48
LangExt_Retired.pm
731
B
-rw-r--r--
2018-05-30 19:56
LangFam.pm
1.85
KB
-rw-r--r--
2018-05-30 19:52
LangFam.pod
3.1
KB
-rw-r--r--
2018-05-30 19:52
LangFam_Codes.pm
24.3
KB
-rw-r--r--
2018-05-30 19:52
LangFam_Retired.pm
413
B
-rw-r--r--
2018-03-01 20:13
LangVar.pm
1.85
KB
-rw-r--r--
2018-05-30 19:52
LangVar.pod
3.1
KB
-rw-r--r--
2018-05-30 19:52
LangVar_Codes.pm
25.09
KB
-rw-r--r--
2018-05-30 19:51
LangVar_Retired.pm
872
B
-rw-r--r--
2018-05-30 19:56
Language.pm
1.87
KB
-rw-r--r--
2018-05-30 19:52
Language.pod
3.13
KB
-rw-r--r--
2018-05-30 19:52
Language_Codes.pm
1.53
MB
-rw-r--r--
2018-05-30 19:48
Language_Retired.pm
19.69
KB
-rw-r--r--
2018-05-30 19:56
Script.pm
1.83
KB
-rw-r--r--
2018-05-30 19:52
Script.pod
3.07
KB
-rw-r--r--
2018-05-30 19:52
Script_Codes.pm
63.01
KB
-rw-r--r--
2018-05-30 19:48
Script_Retired.pm
3.47
KB
-rw-r--r--
2018-05-30 19:56
Types.pod
11.75
KB
-rw-r--r--
2018-03-01 19:50
Save
Rename
package Locale::Codes::Language; # 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( code2language language2code all_language_codes all_language_names language_code2code ); push(@EXPORT,@Locale::Codes::Constants::CONSTANTS_LANGUAGE); our $obj = new Locale::Codes('language'); $obj->show_errors(0); sub show_errors { my($val) = @_; $obj->show_errors($val); } sub code2language { return $obj->code2name(@_); } sub language2code { return $obj->name2code(@_); } sub language_code2code { return $obj->code2code(@_); } sub all_language_codes { return $obj->all_codes(@_); } sub all_language_names { return $obj->all_names(@_); } sub rename_language { return $obj->rename_code(@_); } sub add_language { return $obj->add_code(@_); } sub delete_language { return $obj->delete_code(@_); } sub add_language_alias { return $obj->add_alias(@_); } sub delete_language_alias { return $obj->delete_alias(@_); } sub rename_language_code { return $obj->replace_code(@_); } sub add_language_code_alias { return $obj->add_code_alias(@_); } sub delete_language_code_alias { return $obj->delete_code_alias(@_); } 1;