
January 8th, 2013, 11:30 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 13 m 23 sec
Reputation Power: 0
|
|
|
How to update zip file without unzip using perl?
I have file at my local machine at "C:\temp\readme.txt".
I have zip file "test.zip" inside which there is folder structure "/com/test/".
How to add the file at local machine ("C:\temp\readme.txt") into zip file at folder "/com/test/" using perl?
|