Help for this page
use Test::Harness; my $dir = "my_dir" system("prove -v tests/at_test_level.t :: --input=$dir");
use Test::More tests => 1; ... my $input; GetOptions( "input=s" => \$input ); ok( 1==1, 'test 1 ok' );