Monthly Archives: March 2011

How To Prevent A PERL Script From Running As Root

At or near the top of your app, before it executes anything sensitive, place the following code: if((getpwuid($

Posted in How Tos, perl, Programming | 1 Comment