Help for this page
my @inpelt = split /\|/, $inpbuf; my $outbuf = join ',', @inpelt;
$trnbuf =~ s/\|/,/g;