Help for this page

Select Code to Download


  1. or download this
    my $result = cmp_deeply(
        $expected,
    ...
        sub { lc shift eq lc shift },
        "This is a test using a callback to compare.
    );