Dive into the archives.
- Can’t do setuid (cannot exec sperl)
If running a perl script you get an error like this:
Can’t do setuid (cannot exec sperl)
In Debian install perl-suid
apt-get install perl-suid
In Centos install perl-suidperl
yum install perl-suidperl
