Hi I'm new to perl. I want to get the output from the following system command, I tried various things inlcuding backclick but no use, any help appreciated.
system " tar tf filename | grep gz | grep -v gz"
Then pass this to another system command
system " tar xf filename (o/p from previous systemcommand) | grep ......"