my $send_path = "/usr/sbin/sendmail -oi -t"; if ($send_path =~ /(.*)/) { $send_path = $1; }