Help for this page
#!/usr/local/bin/perl -w use strict; ... for (@words) { print "$_\n" if /^(\w+)\1$/ || /^(\w+)(\w+)\2\1$/; }
beriberi coco ... toto tutu assa