- or download this
@t = split(/\t/, $_) ;
$t[4]= $AB{[4]} ;
- or download this
$AB{$alpha_numeric_field} = $numeric_field ;
- 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" ;
}
- or download this
@var1 = split(/\t/,$_) ;
- or download this
($field_name, $other_field, $further_field, ...) = split(...) ;