Help for this page

Select Code to Download


  1. or download this
    ($var1, $var2) = split("\t", $string);
    
  2. or download this
    my ($var1, $var2) = split("\t", $string);