Hi All I have perl script abc.pl and module abc.pm . When i execute abc.pl which is using one the modules
Archive::Zip > I am getting the following errors : patch_zip: /Location/patch1/<patchid>/patch1.zip Creating zip file /Location/patch1/<patchid>/patch1.zip for apply pwd: The file access permissions do not allow the specified action. A process terminated prior to completion. pwd: The file access permissions do not allow the specified action. pwd: The file access permissions do not allow the specified action. error: undef returned by _untaintDir on cwd at /Location/lib/Archive/Zip/Archive.pm line 754 Archive::Zip::Archive::addTree('Archive::Zip::Archive=HASH(0x1113ceee8)', '/Location/patch1/<patchid>/') Seems to me a permission issue but unable to identify what permission issue is there if the Filesystem or directory underneath it . How to identify .