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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Untaring with perl
by mrbbq (Sexton) on Aug 24, 2005 at 18:05 UTC |