Help for this page

Select Code to Download


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