Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Untaring with perl

by derby (Abbot)
on Aug 24, 2005 at 17:29 UTC ( [id://486304]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://486304]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found