MrNewbie
02-22-2001, 04:17 PM
If I open a file in perl, how can I remove one line from it based on the first word of the line to make something like this:
One Two Three
Four Five Six
Seven Eight Nine
Into this:
One Two Three
Seven Eight Nine
? So theres no blank line under the previous line and next line.
Thanks
MrNewbie
One Two Three
Four Five Six
Seven Eight Nine
Into this:
One Two Three
Seven Eight Nine
? So theres no blank line under the previous line and next line.
Thanks
MrNewbie