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 want to 
consider a different approach: use mod_gzip with Apache to dynamically 
compress your outgoing HTTP content.

http://sourceforge.net/projects/mod-gzip/

http://www.schroepl.net/projekte/mod_gzip/

Most client browsers, including IE, support gzip compression:

http://www.schroepl.net/projekte/mod_gzip/browser.htm

Under Apache2, mod_deflate seems to be similar:

http://httpd.apache.org/docs/2.0/mod/mod_deflate.html



-- 
Chris Devers

ªíÄMƒh6ߨ)#
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>

Reply via email to