Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.126.38
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
strictures /
[ HOME SHELL ]
Name
Size
Permission
Action
extra.pm
736
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : extra.pm
package strictures::extra; use strict; use warnings FATAL => 'all'; sub import { $ENV{PERL_STRICTURES_EXTRA} = 1; } sub unimport { $ENV{PERL_STRICTURES_EXTRA} = 0; } 1; __END__ =head1 NAME strictures::extra - enable or disable strictures additional checks =head1 SYNOPSIS no strictures::extra; # will not enable indirect, multidimensional, or bareword filehandle checks use strictures; =head1 DESCRIPTION Enable or disable strictures additional checks, preventing checks for C<.git> or other VCS directories. Equivalent to setting the C<PERL_STRICTURES_EXTRA> environment variable. =head1 AUTHORS See L<strictures> for authors. =head1 COPYRIGHT AND LICENSE See L<strictures> for the copyright and license. =cut
Close