perl -e '( system("test -e /var/run/process_email.pid && ps nh -p`cat /var/run/process_email.pid` >& /dev/null") == 0 ) or print "Not Running!\n";'