Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.29
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
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-06-13 04:28
AppConfig
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
CPAN
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
Canary
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
Capture
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
ExtUtils
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
FFI
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
File
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
HTTP
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
IO
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
JSON
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
POD2
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
Parse
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
Path
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
Test
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
Test2
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
Try
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
Types
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
XML
[ DIR ]
drwxr-xr-x
2020-06-13 04:28
lib
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
local
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
x86_64-linux-thread-multi
[ DIR ]
drwxr-xr-x
2020-06-12 11:13
AppConfig.pm
31.7
KB
-r--r--r--
2015-03-01 22:23
Expect.pm
98.09
KB
-r--r--r--
2017-05-18 19:07
Test2.pm
6.24
KB
-r--r--r--
2020-04-13 18:37
alienfile.pm
15.73
KB
-r--r--r--
2020-06-10 15:18
cPanelUserConfig.pm
534
B
-rw-r--r--
2022-08-10 20:55
ok.pm
967
B
-r--r--r--
2020-04-13 18:37
Save
Rename
package ok; our $VERSION = '1.302175'; 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