Help for this page

Select Code to Download


  1. or download this
    for my $FQDN (@things){
       
    ...
        
        time_and_log($FQDN, $start_time);
    }
    
  2. or download this
    sub time_and_log {
        my $FQDN = shift;
    ...
        }
    }