or download this
print "\nStage 1 of 3: Processing employee data... ";
retrieve_employee_data();
print "finished.\nStage 2 of 3: Processing punch data... ";
...
print "finished.\nStage 3 of 3: Creating output... ";
output_db();
print "finished.\n\nProgram execution complete.\n";