# possible strings come in 4 versions my $str_one = "0,1,.5,0,1" ; my $str_two = ".5,,0,1," ; my $str_three = ",,,," ; my $str_four = "" ;