Help for this page
#!/usr/bin/perl ... while (<$zip>) { print if ( /some regex/ ); }
gunzip < bigfile.gz | grep 'some regex'