Hi all,

I should be able to do this, but I'm having no success and it's driving me
up the wall.

I've got a text file made up of ascii and HTML code that I'm dumping into an
array in a Perl script. I want to be able to take a specified chunk of this
text from the middle of the file between <HTML> and </HTML> (over a number
of lines) and simply obliterate it, before reading the array line by line
using $_. Can anyone here offer any suggestions as to the best way to do a
search and replace over multiple lines of a file?

Many thanks,
Neil.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to