http://www.perlmonks.org?node_id=722433


in reply to Traversing SubDir and Execute Unix Command

One idea would be to just use the shell...
find top_dir/ -type f -name '*.gz' | xargs gunzip