Help for this page

Select Code to Download


  1. or download this
    my @aa = split(/\t/);
    @{$ref}{@head} = @aa;
    
  2. or download this
    @{$ref}{@head} = @aa;
    
  3. or download this
    my ($field1,$field2,$field3, ... ,$fieldn) = @aa