Help for this page

Select Code to Download


  1. or download this
    # 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 = "" ;