interpreter_options -- Array reference of Perl options to be passed to the interpreter. Things like -w or -x can be passed this way. This may be either a single string or an array reference. #### script_runs [ @{$scriptNargs} ], { exit => 0, interpreter_options => '-d' }, $test_run_name;