Help for this page
use strict; use warnings; ... unlike( 'club market', $phrase, 'not match space' ); like( 'club.market', $phrase, 'match period' );
1..2 ok 1 - not match space ok 2 - match period