Re: [SPAM DETECT] New lines are not removed using HTML::Strip::Whitespace module

2005-12-13 Thread Chris Devers
On Tue, 13 Dec 2005, Durai raj wrote: > Thanks for the reply. Is there any other perl modules or tools > available to remove the white space in HTML and JavaScript pages? Hang on -- why do you want to remove white space? To make serving content faster & consume less bandwidth? If so, you might

Re: [SPAM DETECT] New lines are not removed using HTML::Strip::Whitespace module

2005-12-13 Thread Xavier Noria
On Dec 13, 2005, at 10:41, Durai raj wrote: Hi, Thanks for the reply. Is there any other perl modules or tools available to remove the white space in HTML and JavaScript pages? Try HTML::Clean maybe. However, note that the docs say whitespaceRemove excess whitespace ...

Re: [SPAM DETECT] New lines are not removed using HTML::Strip::Whitespace module

2005-12-13 Thread Durai raj
Hi, Thanks for the reply. Is there any other perl modules or tools available to remove the white space in HTML and JavaScript pages? Thanks, Durai Xavier Noria <[EMAIL PROTECTED]> wrote: On Dec 13, 2005, at 5:59, Durai raj wrote: >I tried to remove white space and newlines from HTML page

Re: [SPAM DETECT] New lines are not removed using HTML::Strip::Whitespace module

2005-12-13 Thread Xavier Noria
On Dec 13, 2005, at 5:59, Durai raj wrote: I tried to remove white space and newlines from HTML pages using HTML::Strip::Whitespace module. It removes the white space, but not NEW LINES. Here is my script: use HTML::Strip::Whitespace qw(html_strip_whitespace

New lines are not removed using HTML::Strip::Whitespace module

2005-12-12 Thread Durai raj
Hi All, I tried to remove white space and newlines from HTML pages using HTML::Strip::Whitespace module. It removes the white space, but not NEW LINES. Here is my script: use HTML::Strip::Whitespace qw(html_strip_whitespace); my $html = q {