Iam working in unix platform. I am using the below command in Unix terminal and it's working fine.
gzgrep "00380-1037" ./paz0*/home/fdm*/logs/*CYUTI*21* | grep "isTempDisabled Y"
But iam unable to use the same in perl, i tried this with Backtick, but it's not working. Kindly suggest me how to use this unix command in perl