Help for this page
our $LOG; # the functions
open_log_and_error($file_name); # the above calls this function, imported from module 1, ... write_log('stuff'); # the above calls this function, imported from module 1, # which does some processing and writes to $LOG