Help for this page
cat files* | gunzip -c
use strict; use warnings; ... print STDERR "Now we use the gunzip command to do the same:\n"; print STDERR `cat /tmp/tst* | gunzip -c`;