X7ROOT File Manager
Current Path:
/usr/local/cpanel/scripts/cpan_sandbox/x86_64
usr
/
local
/
cpanel
/
scripts
/
cpan_sandbox
/
x86_64
/
📁
..
📄
cc
(600 B)
📄
gcc
(600 B)
📄
mysql_config
(369 B)
📄
perl
(574 B)
📄
xml2-config
(367 B)
Editing: 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: $!";
Upload File
Create Folder