Help for this page
if (my @m = $right =~ /^\d{2}(\d{2})(.*)/) # ^ Add this
$right =~ s/\s+//g;
$right =~ s/-$//;