Help for this page
sub match { ... print match('ABCDE', 'cab'); #prints 1 print match('abcde', 'cat'); #prints 0
.