Help for this page

Select Code to Download


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