- or download this
if($line =~ /Handling NSPAdvice for mechanism [4]/) {
- or download this
if($line =~ /Handling NSPAdvice for mechanism \[4\]/) {
- or download this
if ($errorCode != 0 || $errorCode != 1) {
- or download this
if ($errorCode != 0 && $errorCode != 1) {