Help for this page

Select Code to Download


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