I have a directory where zipped file is placed. I want to extract it but I need only xml document from it. I am able to extract whole file but I need only xml file. I need it in perlscript only on windows platform.
Asked
Active
Viewed 40 times
1
-
What did you try so far? – Marco Ferrari Mar 15 '16 at 09:11
-
I have extracted all zip file and stored in temp folder. I want to extract all zip file but I need only xml from that not all files. – akash sinha Mar 15 '16 at 09:51
-
You simply reworded what's in your question. Show us some code that you wrote and highlight what it's not working with that solution – Marco Ferrari Mar 15 '16 at 12:54