[EMAIL PROTECTED] wrote:
> 
> I was going to store all the HTML files that I dynamically generate
> in gzip format. That is fine as IE will accept gzip. However I realized
> that my site search would stop working as it cant read gzip files
> unless it is gunzipped. Or is there a module that will make the gzip
> file appear as an unzipped text file? Like a file handle or
> something...so I just need to declare the file handle and use it for
> reading...
> 

use Archive::Tar;
 
my $tarf = Archive::Tar->new();
my @list = $tarf->list_files();

As I recall, works on plain tarfiles also. 

HTH  Lynn.

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to