$mailprog = '/usr/sbin/sendmail'; if (-d $mailprog) { # Installed } else { # not installed }