Help for this page
#each print "this is my ",$test; # would become logger("this is my ", $test);
open LOGFILE, '>>', $log_file; ... print LOGFILE @_ if defined $log_file; print @_ }