my $string = "SW:1PMM_E"; my $right = (split(":", $string,2))[1]; print $right;