in reply to Re^9: trying to implement file tail with regular expression
in thread trying to implement file tail with regular expression
when I am performing debug in Eclipse and I click on step over button to check each line of the code, once it reach while(my $line = $fh->read) and i click on step over it stop at this point and i cannot proceed in the script. so answering your question I dont thing its reading even the first line in the file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: trying to implement file tail with regular expression
by poj (Abbot) on Feb 17, 2016 at 08:33 UTC | |
by mkhayat (Initiate) on Feb 17, 2016 at 08:43 UTC |