sub gapify { my $s = shift; join '-', unpack join('A','',@_,'*'), $s; }