Serguei Trouchelle wrote:
> Michael Ellery wrote:
>
>> Has anyone had success using this module with activeperl on windows XP?
>> I've tried to run this simple script:
>>
>> my $tar = Archive::Tar->new("c:/myfile.tgz");
>> $tar->extract();
>
> Try this:
>
> my $arc = Archive::Tar->new('c:/myfile.tgz', 1);
> $arc->extract($arc->list_files());
>
> It works for me just fine with most of CPAN tar.gz distributions.
>
hmmm - I tried this and get the same results (so far I've let it run for
20 minutes max). I wonder if this archive is simply too big for this
library to handle (it's about 40 mb, which doesn't seem particularly
large to me, but who knows...)
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs