Help for this page

Select Code to Download


  1. or download this
    $data_hash{$1}= $str if $str =~ s/(\d+)\|//;
    
  2. or download this
    $data_hash{$1}= $2 if $str =~ /(\d+)\|(.*)$/;