Help for this page
use strict; use warnings; ... cmp_ok($got, '==', $1, "($1) $str2 => $str1 "); #check } }
1..10 --------------- ... ok 9 - (1) axbaxcc => axb- ok 10 - (1) axcaxcc => axc- # Looks like you failed 2 tests of 10.