Help for this page

Select Code to Download


  1. or download this
    use Test::Simple tests => 6;
    
    ...
       ok($hash{$chars_suites} eq 'ab'
       && $hash{$utf8_suites } eq 'cd');
    }