my $returncode; while(){ if( /error/i ){ print; $returncode++; } } if ( $returncode ){ BoogieWoogie(); }