in reply to Re: Parsing a file to print multiple times
in thread Parsing a file to print multiple times
From the first code I am getting the output :-
print from this line 1
lets print the following line too 1
Okay lets close it now 1
closing
And from the second code I am getting the output :-
print from this line 1
lets print the following line too 1
Okay lets close it now 1
closing at this line 1
this was fine
closing at this line 1
but now is the problem
2nd line to ignore
print from this line as well 2
lets print the following line too 2
Okay lets close it too now 2
closing at this line 2
No I dont want to print this line
closing at this line 2
bye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing a file to print multiple times
by Anonymous Monk on Sep 26, 2015 at 08:14 UTC | |
by ExperimentsWithPerl (Acolyte) on Sep 26, 2015 at 10:21 UTC | |
by ExperimentsWithPerl (Acolyte) on Sep 29, 2015 at 11:31 UTC |