in reply to Reading from large files
and nothing else in the code was reading from the input file.#@Data = <F>;
Since you are processing the data line by line, if any tags contain a newline between the angle brackets, they will not be deleted by that regex.$_=~ s/(<[^<>]+>)+//g; chomp;
|
|---|