Help for this page
sub check_errors { return unless ($ERRORCHECK == 1); ... # exit the program } }
...do stuff... check_errors(); ...do more stuff... check_errors(); ... etc.