in reply to Golf: Embedded In Order
sub seq { my($s,$r)=shift; $s=~/\Q$_/?($r.=$`,$s=$'):return for split//,pop; $r.$s } [download]