Help for this page

Select Code to Download


  1. or download this
    sub japhy {  # 74
    our$P="";pop=~m{(.+).?(??{reverse$1})
    (?{length$P<length$&and$P=$&})^}xs;$P
    }
    
  2. or download this
    sub japhy {  # 68
    our@P="";pop=~m{(.+).?(??{reverse$
    1})(?{$P[length$&]=$&})^}xs;$P[-1]
    }