Hi,
This might be a bit off-topic.
I am using Compress::Zlib in Apache::ASP to give me compressed content
baceuse I am transfering lots of XML data periodically. Now the
question: how can I fetch zipped content using Perl? If I simply use LWP
(say LWP::Request::Common), will it automatically tell the server that
it can accept gzipped encoding? Do I have to set that manually? (It it
possible at all?)
Another, less off-topic :-)
If I have an include, say include.asp which contains something like
my $variable;
this variable is visible in example.asp if I do
<!--#include file="include.asp"-->
in it.
Will this behaviour change if I se DynamicIncludes to 1?
- Csongor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Compress::Zlib Csongor Fagyal
- Re: Compress::Zlib Josh Chamas