in reply to Re: Obtaining header from file (first line) - printing to output file
in thread Obtaining header from file (first line) - printing to output file
if ($x==1) { print OUTFILE $line, "\n"; (@keys)=split(/\t/, $line); } else { my $y=0; (@holder) = split(/\t/, $line); my %hash; for my $column (@holder) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Obtaining header from file (first line) - printing to output file
by dkhalfe (Acolyte) on Jul 17, 2012 at 02:06 UTC | |
by dkhalfe (Acolyte) on Jul 17, 2012 at 15:57 UTC |