35a2674ff8
an ability to produce automatically compressed output when appropriate.
6 lines
338 B
Text
6 lines
338 B
Text
CGI::Compress::Gzip extends the CGI class to auto-detect whether the
|
|
client browser wants compressed output and apply gzip compression on any
|
|
content printed on the default filehandle. This module is intended to
|
|
be a drop-in replacement for CGI.pm in a typical scripting environment.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Compress-Gzip/
|