in reply to Re^2: list lines not found in config (while+if)
in thread list lines not found in config (while+if)
on my test data and it shown that its matching an empty line so there must be something in my reference file thats matching up (ive already checked and its not empty lines). I'm gonna look for it now so i wont keep you hanging on, but cheers for all the improvement suggestions. Im going to go through them all when I have more time and no deadline to catchif($s_line =~ /$str/){ print "$str -- match\n"; } else { print "$str -- no match\n"; }
|
|---|