Help for this page
foreach (<LOG>) { if ($_ =~/CRITICAL/) { print $_; }
foreach (<LOG>) { if (/CRITICAL/) { print; } }