I am looking for a way( by using perl) that can
unzip a zipped file. Can anybody help me?
In more detail, if I want to find all lines containing 'hello'
in the file xyz. But the file was zipped and it exists in the
form xyz.zip in my directory.
And find some way to transfer <FILE> into an unzipped form.
Then proceed as usual to find the lines containing 'hello'.