Submit
Path:
~
/
/
scripts
/
cpan_sandbox
/
x86_64
/
File Content:
perl
#!/usr/local/cpanel/3rdparty/bin/perl $ENV{'LANG'} = 'C'; foreach my $path ( grep( !/cpan_sandbox/, split( /:/, $ENV{'PATH'} ) ) ) { next if $path =~ m{^/usr/local/cpanel/}; if ( -x $path . '/' . 'perl' ) { if ( grep( /^Makefile\.PL$/, @ARGV ) ) { print STDERR "perl-64bit-hack: enabled\n"; exec( $path . '/' . 'perl', '-I/usr/local/cpanel/scripts/cpan_sandbox', '-MExtUtils::MakeMaker::64BitHack', @ARGV ); } else { exec( $path . '/' . 'perl', @ARGV ); } } } die "Failed to exec perl: $!";
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cc
600 bytes
0755
gcc
600 bytes
0755
mysql_config
369 bytes
0755
perl
574 bytes
0755
xml2-config
367 bytes
0755
N4ST4R_ID | Naxtarrr