Help for this page

Select Code to Download


  1. or download this
    # 37 chars (between the {...})
    sub seq{shift=~join'.*',map"\Q$_",split//,pop}
    
  2. or download this
    sub seq{($t=pop)=~s/./$&.*/sg;pop=~/$t/s}