Help for this page

Select Code to Download


  1. or download this
    sub hole{map/^(.*?)\1+\z/s,@_}
    
  2. or download this
    sub hole{$,=pop;$,=$,<$_?$_:$,for@_;$,}
    
  3. or download this
    sub hole{$,=pop;$_<$,or$,=$_ for@_;$,}