Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
vendor_perl /
Locale /
[ HOME SHELL ]
Name
Size
Permission
Action
Codes
[ DIR ]
drwxr-xr-x
Maketext
[ DIR ]
drwxr-xr-x
Codes.pm
24.07
KB
-rw-r--r--
Codes.pod
19.94
KB
-rw-r--r--
Country.pm
1.84
KB
-rw-r--r--
Country.pod
3.02
KB
-rw-r--r--
Currency.pm
1.86
KB
-rw-r--r--
Currency.pod
3.05
KB
-rw-r--r--
Language.pm
1.86
KB
-rw-r--r--
Language.pod
3.05
KB
-rw-r--r--
Maketext.pm
29.73
KB
-rw-r--r--
Maketext.pod
50.67
KB
-rw-r--r--
Script.pm
1.82
KB
-rw-r--r--
Script.pod
2.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Currency.pm
package Locale::Currency; # 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( code2currency currency2code all_currency_codes all_currency_names currency_code2code ); push(@EXPORT,@Locale::Codes::Constants::CONSTANTS_CURRENCY); our $obj = new Locale::Codes('currency'); $obj->show_errors(0); sub show_errors { my($val) = @_; $obj->show_errors($val); } sub code2currency { return $obj->code2name(@_); } sub currency2code { return $obj->name2code(@_); } sub currency_code2code { return $obj->code2code(@_); } sub all_currency_codes { return $obj->all_codes(@_); } sub all_currency_names { return $obj->all_names(@_); } sub rename_currency { return $obj->rename_code(@_); } sub add_currency { return $obj->add_code(@_); } sub delete_currency { return $obj->delete_code(@_); } sub add_currency_alias { return $obj->add_alias(@_); } sub delete_currency_alias { return $obj->delete_alias(@_); } sub rename_currency_code { return $obj->replace_code(@_); } sub add_currency_code_alias { return $obj->add_code_alias(@_); } sub delete_currency_code_alias { return $obj->delete_code_alias(@_); } 1;
Close