Help for this page
for my $FQDN (@things){ ... time_and_log($FQDN, $start_time); }
sub time_and_log { my $FQDN = shift; ... } }