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