Help for this page

Select Code to Download


  1. or download this
      @t = split(/\t/, $_) ;
      $t[4]= $AB{[4]} ;
    
  2. or download this
      $AB{$alpha_numeric_field} = $numeric_field ;
    
  3. or download this
      if ($var1[2] and exists $Ab{$var1[2]}) {
        print OUT "$var1[0]\t$var1[1]\t$var1[2]\t$AB[4]\n" ;
      }
    
  4. or download this
      @var1 = split(/\t/,$_) ;
    
  5. or download this
      ($field_name, $other_field, $further_field, ...) = split(...) ;