Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
share /
perl5 /
Delete
Unzip
Name
Size
Permission
Date
Action
Alien
[ DIR ]
drwxr-xr-x
2020-03-17 22:05
AppConfig
[ DIR ]
drwxr-xr-x
2017-07-03 23:01
CGI
[ DIR ]
drwxr-xr-x
2017-07-03 23:01
CPAN
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
Canary
[ DIR ]
drwxr-xr-x
2018-09-11 19:25
Capture
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Devel
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
ExtUtils
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
FFI
[ DIR ]
drwxr-xr-x
2019-04-03 18:19
File
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
HTTP
[ DIR ]
drwxr-xr-x
2018-09-11 19:25
IO
[ DIR ]
drwxr-xr-x
2020-01-21 22:41
IPC
[ DIR ]
drwxr-xr-x
2018-09-11 19:25
JSON
[ DIR ]
drwxr-xr-x
2019-04-03 18:19
Module
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
POD2
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
Parse
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
Path
[ DIR ]
drwxr-xr-x
2019-04-03 18:19
Perl
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Scope
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Sub
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Term
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Test
[ DIR ]
drwxr-xr-x
2020-03-17 22:05
Test2
[ DIR ]
drwxr-xr-x
2019-04-03 18:18
Try
[ DIR ]
drwxr-xr-x
2018-09-11 19:25
Types
[ DIR ]
drwxr-xr-x
2018-09-11 19:25
XML
[ DIR ]
drwxr-xr-x
2018-05-15 00:24
lib
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
local
[ DIR ]
drwxr-xr-x
2019-06-17 23:11
x86_64-linux-thread-multi
[ DIR ]
drwxr-xr-x
2017-07-03 23:01
AppConfig.pm
31.7
KB
-r--r--r--
2015-03-01 23:23
CGI.pm
121.63
KB
-r--r--r--
2017-04-06 16:36
CGI.pod
65.66
KB
-r--r--r--
2017-03-29 10:46
Expect.pm
98.09
KB
-r--r--r--
2017-05-18 21:07
Fh.pm
166
B
-r--r--r--
2017-04-06 16:36
Importer.pm
41.54
KB
-r--r--r--
2018-02-18 21:42
Test2.pm
6.24
KB
-r--r--r--
2019-02-06 04:55
alienfile.pm
15.73
KB
-r--r--r--
2020-03-16 13:53
cPanelUserConfig.pm
534
B
-rw-r--r--
2022-08-10 22:55
ok.pm
967
B
-r--r--r--
2019-02-06 04:55
Save
Rename
package ok; our $VERSION = '1.302162'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak as if we are prototyped like use_ok() my (undef, $file, $line) = caller(); ($file =~ /^\(eval/) or die "Not enough arguments for 'use ok' at $file line $line\n"; } __END__ =encoding UTF-8 =head1 NAME ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION With this module, simply change all C<use_ok> in test scripts to C<use ok>, and they will be executed at C<BEGIN> time. Please see L<Test::use::ok> for the full description. =head1 CC0 1.0 Universal To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to L<Test-use-ok>. This work is published from Taiwan. L<http://creativecommons.org/publicdomain/zero/1.0> =cut