Help for this page
my $some_string = "0,-933"; ... my ($id1,$n1) = split(",",$some_string); #then do things with $n1 and $n2.
$VAR1 = "0,\34-933";