Help|Block Perl

Hey All,
I'm New Here and i want An important question for me,
how i can block files scripts in lang perl?!
i have Server VpS Linux CenTOS.
Please Help Me.
Thanks.

If, by block, you mean not let them run you can try:

chmod 700 /usr/bin/perl

Then use sudo and /etc/sudoers to grant access to those processes that need it.

This is NOT a great idea. Period. Why do you want to block perl? Sounds like a manager decided this would solve a problem. It will create a lot of them as well, depending on what software you run.

Note =- /usr/bin/perl may not be where the perl executable lives. Change the above to match your system.

Thanks Man is help me.