Help for this page
use Test::More 'no_plan'; ... is( $arr[0], 'hello', '$arr[0] is "hello"' ); is( $arr[1], 'world', '$arr[1] is "world"' ); is( $h{'key'}->[0], 'hello', q{$h{'key'}->[0] is 'hello'} );