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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -