Help for this page

Select Code to Download


  1. or download this
    $hash{$1} = $2 if ($str =~ /([0-9]+)(.+)/) ;
    
  2. or download this
    $hash{$1} = $str if ($str =~ /([0-9]+)(.+)/) ;