in reply to Re: Re: Re: Adding gaps to a sequencein thread Adding gaps to a sequence
sub japhy { my $s = shift; join '-', unpack join('', map "A$_", @_), $s; } [download]