Help for this page
How I'm opening and processing compressed log files: open (FILE, "zcat $filename |") or die && error($file);
The portion that reads the file starting from the bottom: ... print $log_line ; }