I want the following statement to do something if either of this conditions exist. "or" Statement
if ((substr($_, 42, 7) eq "Running") || (substr($Nextline, 42, 7) eq "Running")) It is reading the right substrings but failing. What am I doing wrong? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]