Help for this page

Select Code to Download


  1. or download this
    foreach (@result) {
            print "bad!" unless ($_->{REx} eq $_->{split} and
                    $_->{split} eq $_->{index});
    }