Help for this page
use strict; use warnings; ... my @array = split /\./, $string; my $fixed = join('\.',@array); print $fixed;