I need to search for a string in a zip archive containing multiple text files. How can I use perl Archive::Zip to do that? Also, what other module can it, if any?
My basic requirement is to find a particular text file in zipped archive which contains a given string.