Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Archive::Tar is working with perl-5.8.7 but giving Out Of Memory error with perl-5.20.1

by fishmonger (Chaplain)
on Mar 28, 2015 at 19:27 UTC ( [id://1121677]=note: print w/replies, xml ) Need Help??


in reply to Archive::Tar is working with perl-5.8.7 but giving Out Of Memory error with perl-5.20.1

I have not used Archive::Tar so this may not make any difference but give this adjustment a try to see if it helps.

if($tar_engine == undef) { print "\nCant get tar object\n"; } else { my @filelist = $tar_engine->extract; if(! @filelist) { my $ret = 1; print "\nError in extraction.\n"; } else { print "\nCompleted Successfully\n"; } }
  • Comment on Re: Archive::Tar is working with perl-5.8.7 but giving Out Of Memory error with perl-5.20.1
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-23 22:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found