Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
t /
lib /
warnings /
Delete
Unzip
Name
Size
Permission
Date
Action
1global
3.5
KB
-r--r--r--
2014-12-27 11:49
2use
6.5
KB
-r--r--r--
2014-12-27 11:49
3both
4.01
KB
-r--r--r--
2014-12-27 11:49
4lint
4.06
KB
-r--r--r--
2014-12-27 11:49
5nolint
2.75
KB
-r--r--r--
2014-12-27 11:49
6default
2.96
KB
-r--r--r--
2014-12-27 11:49
7fatal
10.96
KB
-r--r--r--
2014-12-27 11:49
8signal
434
B
-r--r--r--
2014-12-27 11:49
9enabled
21.79
KB
-r--r--r--
2014-12-27 11:49
9uninit
63.97
KB
-r--r--r--
2014-12-27 11:49
av
160
B
-r--r--r--
2014-12-27 11:49
doio
9.3
KB
-r--r--r--
2014-12-27 11:49
doop
71
B
-r--r--r--
2014-12-27 11:49
gv
5.57
KB
-r--r--r--
2014-12-27 11:49
hv
130
B
-r--r--r--
2014-12-27 11:49
irs
413
B
-r--r--r--
2014-12-27 11:49
malloc
152
B
-r--r--r--
2014-12-27 11:49
mg
1.17
KB
-r--r--r--
2014-12-27 11:49
op
51.38
KB
-r--r--r--
2014-12-27 11:49
pad
8.98
KB
-r--r--r--
2014-12-27 11:49
perl
4.86
KB
-r--r--r--
2014-12-27 11:49
perlio
1.12
KB
-r--r--r--
2014-12-27 11:49
pp
2.54
KB
-r--r--r--
2014-12-27 11:49
pp_ctl
4.35
KB
-r--r--r--
2014-12-27 11:49
pp_hot
8.28
KB
-r--r--r--
2014-12-27 11:49
pp_pack
2.06
KB
-r--r--r--
2014-12-27 11:49
pp_sys
21.25
KB
-r--r--r--
2015-01-11 14:00
regcomp
324
B
-r--r--r--
2014-12-27 11:49
regexec
3.14
KB
-r--r--r--
2014-12-27 11:49
run
94
B
-r--r--r--
2014-12-27 11:49
sv
8.87
KB
-r--r--r--
2014-12-27 11:49
taint
970
B
-r--r--r--
2014-12-27 11:49
toke
34.17
KB
-r--r--r--
2014-12-27 11:49
universal
646
B
-r--r--r--
2014-12-27 11:49
utf8
19.65
KB
-r--r--r--
2014-12-27 11:49
util
2.95
KB
-r--r--r--
2014-12-27 11:49
Save
Rename
doio.c Can't open bidirectional pipe [Perl_do_open9] open(F, "| true |"); Missing command in piped open [Perl_do_open9] open(F, "| "); Missing command in piped open [Perl_do_open9] open(F, " |"); warn(warn_nl, "open"); [Perl_do_open9] open(F, "true\ncd") close() on unopened filehandle %s [Perl_do_close] $a = "fred";close("$a") tell() on closed filehandle [Perl_do_tell] $a = "fred";$a = tell($a) seek() on closed filehandle [Perl_do_seek] $a = "fred";$a = seek($a,1,1) sysseek() on closed filehandle [Perl_do_sysseek] $a = "fred";$a = seek($a,1,1) warn(warn_uninit); [Perl_do_print] print $a ; -x on closed filehandle %s [Perl_my_stat] close STDIN ; -x STDIN ; warn(warn_nl, "stat"); [Perl_my_stat] stat "ab\ncd" warn(warn_nl, "lstat"); [Perl_my_lstat] lstat "ab\ncd" Use of -l on filehandle %s [Perl_my_lstat] Can't exec \"%s\": %s [Perl_do_aexec5] Can't exec \"%s\": %s [Perl_do_exec3] Filehandle %s opened only for output [Perl_do_eof] my $a = eof STDOUT Mandatory Warnings ALL TODO ------------------ Can't do inplace edit: %s is not a regular file [Perl_nextargv] edit a directory Can't do inplace edit: %s would not be unique [Perl_nextargv] Can't rename %s to %s: %s, skipping file [Perl_nextargv] Can't rename %s to %s: %s, skipping file [Perl_nextargv] Can't remove %s: %s, skipping file [Perl_nextargv] Can't do inplace edit on %s: %s [Perl_nextargv] __END__ # doio.c [Perl_do_open9] use warnings 'io' ; open(F, '|'."$^X -e 1|"); close(F); no warnings 'io' ; open(G, '|'."$^X -e 1|"); close(G); EXPECT Can't open bidirectional pipe at - line 3. ######## # doio.c [Perl_do_open9] use warnings 'io' ; open(F, "| "); no warnings 'io' ; open(G, "| "); EXPECT Missing command in piped open at - line 3. ######## # doio.c [Perl_do_open9] use warnings 'io' ; open(F, " |"); no warnings 'io' ; open(G, " |"); EXPECT Missing command in piped open at - line 3. ######## # doio.c [Perl_do_open9] use warnings 'io' ; open(F, "<true\ncd"); no warnings 'io' ; open(G, "<true\ncd"); EXPECT Unsuccessful open on filename containing newline at - line 3. ######## # doio.c [Perl_do_close] <<TODO use warnings 'unopened' ; close "fred" ; no warnings 'unopened' ; close "joe" ; EXPECT close() on unopened filehandle fred at - line 3. ######## # doio.c [Perl_do_tell Perl_do_seek Perl_do_sysseek Perl_my_stat] use warnings 'io' ; close STDIN ; tell(STDIN); $a = seek(STDIN,1,1); $a = sysseek(STDIN,1,1); -x STDIN ; stat(STDIN) ; $a = "fred"; tell($a); seek($a,1,1); sysseek($a,1,1); -x $a; # ok stat($a); # ok no warnings 'io' ; close STDIN ; tell(STDIN); $a = seek(STDIN,1,1); $a = sysseek(STDIN,1,1); -x STDIN ; stat(STDIN) ; $a = "fred"; tell($a); seek($a,1,1); sysseek($a,1,1); -x $a; stat($a); EXPECT tell() on closed filehandle STDIN at - line 4. seek() on closed filehandle STDIN at - line 5. sysseek() on closed filehandle STDIN at - line 6. -x on closed filehandle STDIN at - line 7. stat() on closed filehandle STDIN at - line 8. tell() on unopened filehandle at - line 10. seek() on unopened filehandle at - line 11. sysseek() on unopened filehandle at - line 12. ######## # doio.c [Perl_do_print] use warnings 'uninitialized' ; print $a ; no warnings 'uninitialized' ; print $b ; EXPECT Use of uninitialized value $a in print at - line 3. ######## # doio.c [Perl_my_stat Perl_my_lstat] use warnings 'io' ; stat "ab\ncd"; lstat "ab\ncd"; no warnings 'io' ; stat "ab\ncd"; lstat "ab\ncd"; EXPECT Unsuccessful stat on filename containing newline at - line 3. Unsuccessful stat on filename containing newline at - line 4. ######## # doio.c [Perl_my_stat] use warnings 'io'; -l STDIN; -l $fh; open $fh, $0 or die "# $!"; -l $fh; no warnings 'io'; -l STDIN; -l $fh; close $fh; EXPECT Use of -l on filehandle STDIN at - line 3. Use of -l on filehandle $fh at - line 6. ######## # doio.c [Perl_my_stat] use utf8; use open qw( :utf8 :std ); use warnings 'io'; -l ᶠᚻ; no warnings 'io'; -l ᶠᚻ; EXPECT Use of -l on filehandle ᶠᚻ at - line 5. ######## # doio.c [Perl_do_aexec5] use warnings 'io' ; exec "lskdjfalksdjfdjfkls","" ; no warnings 'io' ; exec "lskdjfalksdjfdjfkls","" ; EXPECT OPTION regex Statement unlikely to be reached at - line .+ \(Maybe you meant system\(\) when you said exec\(\)\?\) Can't exec "lskdjfalksdjfdjfkls": .+ ######## # doio.c [Perl_do_exec3] use warnings 'io' ; exec "lskdjfalksdjfdjfkls", "abc" ; no warnings 'io' ; exec "lskdjfalksdjfdjfkls", "abc" ; EXPECT OPTION regex Statement unlikely to be reached at - line .+ \(Maybe you meant system\(\) when you said exec\(\)\?\) Can't exec "lskdjfalksdjfdjfkls(:? abc)?": .+ ######## # doio.c [win32_execvp] use warnings 'exec' ; exec $^X, "-e0" ; EXPECT ######## # doio.c [Perl_nextargv] $^W = 0 ; # These happen to warn at different points within doio.c # This will open read only, and then be caught by an explicit check: my $filename = "./temp.dir" ; # Whereas these two will fail to open: my $dir0 = "./zero.dir" ; # but files and directories have a different error message if they don't open: my $file3 = "date|" ; mkdir $filename, 0777 or die "Cannot create directory $filename: $!\n" ; mkdir $dir0, 0 or die "Cannot create directory dir0: $!\n" ; { local (@ARGV) = ($filename, $dir0, $file3) ; local ($^I) = "" ; my $x = <> ; } { no warnings 'inplace' ; local (@ARGV) = ($filename, $dir0, $file3) ; local ($^I) = "" ; my $x = <> ; } { use warnings 'inplace' ; local (@ARGV) = ($filename, $dir0, $file3) ; local ($^I) = "" ; my $x = <> ; } rmdir $filename ; chmod 0777, $dir0 ; rmdir $dir0 ; EXPECT OPTION regex Can't do inplace edit: \./temp\.dir is not a regular file at - line 17\. Can't do inplace edit: \./zero\.dir is not a regular file at - line 17\. Can't open date\|: .*? at - line 17\. Can't do inplace edit: \./temp\.dir is not a regular file at - line 29\. Can't do inplace edit: \./zero\.dir is not a regular file at - line 29\. Can't open date\|: .*? at - line 29\. ######## # doio.c [Perl_do_eof] use warnings 'io' ; my $a = eof STDOUT ; no warnings 'io' ; $a = eof STDOUT ; EXPECT Filehandle STDOUT opened only for output at - line 3. ######## # doio.c [Perl_do_openn] use Config; BEGIN { if ($Config{useperlio}) { print <<EOM; SKIPPED # warns only without perlio EOM exit; } } use warnings 'io'; my $x = "foo"; open FOO, '>', \$x; open BAR, '>&', \*STDOUT; # should not warn no warnings 'io'; open FOO, '>', \$x; EXPECT Can't open a reference at - line 14. ######## # doio.c [Perl_do_openn] use Config; BEGIN { if (!$Config{useperlio}) { print <<EOM; SKIPPED # warns only with perlio EOM exit; } } use warnings 'io' ; close STDOUT; open FH1, "../harness"; close FH1; no warnings 'io' ; open FH2, "../harness"; close FH2; EXPECT Filehandle STDOUT reopened as FH1 only for input at - line 14. ######## # doio.c [Perl_do_openn] use Config; use utf8; use open qw( :utf8 :std ); BEGIN { if (!$Config{useperlio}) { print <<EOM; SKIPPED # warns only with perlio EOM exit; } } use warnings 'io' ; close STDOUT; open ᶠᚻ1, "../harness"; close ᶠᚻ1; no warnings 'io' ; open ᶠᚻ2, "../harness"; close ᶠᚻ2; EXPECT Filehandle STDOUT reopened as ᶠᚻ1 only for input at - line 16. ######## # doio.c [Perl_do_openn] use Config; BEGIN { if (!$Config{useperlio}) { print <<EOM; SKIPPED # warns only with perlio EOM exit; } } use warnings 'io' ; close STDIN; open my $fh1, ">doiowarn.tmp"; close $fh1; no warnings 'io' ; open my $fh2, ">doiowarn.tmp"; close $fh2; unlink "doiowarn.tmp"; EXPECT Filehandle STDIN reopened as $fh1 only for output at - line 14. ######## # doio.c [Perl_do_openn] use Config; use utf8; use open qw( :utf8 :std ); BEGIN { if (!$Config{useperlio}) { print <<EOM; SKIPPED # warns only with perlio EOM exit; } } use warnings 'io' ; close STDIN; open my $ᶠᚻ1, ">doiowarn.tmp"; close $ᶠᚻ1; no warnings 'io' ; open my $ᶠᚻ2, ">doiowarn.tmp"; close $ᶠᚻ2; unlink "doiowarn.tmp"; EXPECT Filehandle STDIN reopened as $ᶠᚻ1 only for output at - line 16. ######## # doio.c [Perl_do_openn] use Config; use utf8; use open qw( :utf8 :std ); BEGIN { if (!$Config{useperlio}) { print <<EOM; SKIPPED # warns only with perlio EOM exit; } } use warnings 'io' ; close STDIN; open ᶠᚻ1, ">doiowarn.tmp"; close ᶠᚻ1; no warnings 'io' ; open ᶠᚻ2, ">doiowarn.tmp"; close ᶠᚻ2; unlink "doiowarn.tmp"; EXPECT Filehandle STDIN reopened as ᶠᚻ1 only for output at - line 16. ######## open(my $i, "foo\0bar"); use warnings 'io'; open(my $i, "foo\0bar"); EXPECT Invalid \0 character in pathname for open: foo\0bar at - line 3. ######## chmod(0, "foo\0bar"); use warnings 'io'; chmod(0, "foo\0bar"); EXPECT Invalid \0 character in pathname for chmod: foo\0bar at - line 3. ######## unlink("foo\0bar", "foo\0bar2"); use warnings 'io'; unlink("foo\0bar", "foo\0bar2"); EXPECT Invalid \0 character in pathname for unlink: foo\0bar at - line 3. Invalid \0 character in pathname for unlink: foo\0bar2 at - line 3. ######## utime(-1, -1, "foo\0bar", "foo\0bar2"); use warnings 'io'; utime(-1, -1, "foo\0bar", "foo\0bar2"); EXPECT Invalid \0 character in pathname for utime: foo\0bar at - line 3. Invalid \0 character in pathname for utime: foo\0bar2 at - line 3. ######## my @foo = glob "foo\0bar"; use warnings 'io'; my @bar = glob "foo\0bar"; EXPECT Invalid \0 character in pattern for glob: foo\0bar at - line 3.