Help for this page

Select Code to Download


  1. or download this
    next if ($line !~ /logging\sto\sDevice\s(.*?)\s+/i) 
        and !eof(inFile);
    
  2. or download this
    next if ! ($line =~ /logging\sto\sDevice\s(.*?)\s+/i) 
        and ! eof inFile;