Help for this page

Select Code to Download


  1. or download this
    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'} );