in reply to Untaring with perl

Hmmm ... straight from the perldocs:

use Archive::Tar; my $tar = Archive::Tar->new; $tar->read('origin.tgz',1); $tar->extract();

What seems to be the problem?

-derby

Replies are listed 'Best First'.
Re^2: Untaring with perl
by mrbbq (Sexton) on Aug 24, 2005 at 18:05 UTC
    Yeah I know...I read it, looked at it couldnt get it to work? Thanks for your reply.