kimskams80
12-17-2008, 05:25 AM
Hi
I have to process HTML files. The problem that I am facing is that sometimes there are BLANK LINES between paragraphs or lines and PERL interprets each blank line as a sentence (because I am processing these files by sentences)... I don't know what condition I can put to avoid these blank lines.I have already tried $line="" etc but it does not work...any help is welcomed..
Thanks in adv
I have to process HTML files. The problem that I am facing is that sometimes there are BLANK LINES between paragraphs or lines and PERL interprets each blank line as a sentence (because I am processing these files by sentences)... I don't know what condition I can put to avoid these blank lines.I have already tried $line="" etc but it does not work...any help is welcomed..
Thanks in adv