Help for this page
# combinedinput.pl use warnings ; use strict ; ... print "\n"; print "[Task completed in "; print time - $^T . " seconds] \n" ; #END
<output results> ... COMBINED.output generated successfully [Task completed in 11 seconds]