Help for this page
#!/usr/bin/env perl use strict; ... $have =~ s/\b[cf]? ${term} [fl]?/$term/xg; } is ($have, $want, 'Match');