Help for this page
=for test_description ... The foo parameter matches the pattern C</bar/>. =cut
my %test; ... # The foo parameter matches the pattern C</bar/>. like( $t, qr/bar/, $test{Description} . qw(The foo parameter matches C +</bar/>)); };