$string =~ /Win32_Account.Domain="(.*?)",Name="(.*?)"/; print $2 eq "" ? "Account Deleted" : "$1\\$2";