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
Post a Comment