xml - Out of Memory Error while using archive::extract -


can u me in getting out of error "out of memory" while using archive::extract

i'm using below code ..

my $extract_obj = archive::extract->new(archive => $tar_file_work_path,                                                     type => 'tgz'); $extract_obj->extract(to => $work_dir) 

please suggest me how extract xml file ...


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -