Help for this page

Select Code to Download


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