Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl /
5.24.1 /
Locale /
Delete
Unzip
Name
Size
Permission
Date
Action
Codes
[ DIR ]
drwxrwxrwx
2020-08-24 23:41
Maketext
[ DIR ]
drwxrwxrwx
2020-08-24 23:41
Codes.pm
19.51
KB
-rwxrwxrwx
2020-06-20 19:33
Codes.pod
9.61
KB
-rwxrwxrwx
2020-06-20 19:33
Country.pm
1.46
KB
-rwxrwxrwx
2020-06-20 19:33
Country.pod
4.95
KB
-rwxrwxrwx
2020-06-20 19:33
Currency.pm
1.48
KB
-rwxrwxrwx
2020-06-20 19:33
Currency.pod
2.99
KB
-rwxrwxrwx
2020-06-20 19:33
Language.pm
1.48
KB
-rwxrwxrwx
2020-06-20 19:33
Language.pod
3.27
KB
-rwxrwxrwx
2020-06-20 19:33
Maketext.pm
28.1
KB
-rwxrwxrwx
2020-06-20 19:33
Maketext.pod
48.25
KB
-rwxrwxrwx
2020-06-20 19:33
Script.pm
1.43
KB
-rwxrwxrwx
2020-06-20 19:33
Script.pod
3.08
KB
-rwxrwxrwx
2020-06-20 19:33
Save
Rename
package Locale::Script; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers # Copyright (c) 2010-2015 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. use strict; use warnings; use Exporter; our $VERSION; $VERSION='3.37'; our (@ISA,@EXPORT); my $backend = 'Locale::Codes::Script'; my $backend_exp = $backend . "::EXPORT"; eval "require $backend; $backend->import(); return 1;"; { no strict 'refs'; @EXPORT = @{ $backend_exp }; } unshift (@ISA, $backend); sub rename_script { Locale::Codes::Script::rename_script(@_) } sub add_script { Locale::Codes::Script::add_script(@_) } sub delete_script { Locale::Codes::Script::delete_script(@_) } sub add_script_alias { Locale::Codes::Script::add_script_alias(@_) } sub delete_script_alias { Locale::Codes::Script::delete_script_alias(@_) } sub rename_script_code { Locale::Codes::Script::rename_script_code(@_) } sub add_script_code_alias { Locale::Codes::Script::add_script_code_alias(@_) } sub delete_script_code_alias { Locale::Codes::Script::delete_script_code_alias(@_) } 1; # Local Variables: # mode: cperl # indent-tabs-mode: nil # cperl-indent-level: 3 # cperl-continued-statement-offset: 2 # cperl-continued-brace-offset: 0 # cperl-brace-offset: 0 # cperl-brace-imaginary-offset: 0 # cperl-label-offset: -2 # End: