Help for this page

Select Code to Download


  1. or download this
    my $some_string = "0,-933";
    
    ...
    my ($id1,$n1) = split(",",$some_string);
    #then do things with $n1 and $n2.
    
  2. or download this
    $VAR1 = "0,\34-933";