Help for this page

Select Code to Download


  1. or download this
       my %keyval = ();
       while(<KEY>){
            ($s1,$s2) = split(/,/);
             $keyval{$s1} = $s2;
       }
    
  2. or download this
        if (exists $keyval{$c5}) {
           $custnmbr = $keyval{$c5};
           $flag = 1;
        }