Help for this page
use strict; use warnings; ... } run_and_log($ARGV[0]);
use strict; use warnings; ... } run_and_log(\@ARGV);