in reply to Re^3: Join files using perl
in thread Join files using perl
But the output is: ARRAY(0x7f8f4b82d310)foreach $line (@FILE1){ chomp($line); my($ID, @values) = split("\t", $line); $aref = \@values; $common1{$ID} = $aref; } print $common1{"B01_05_121214_LAP_G1_87_20593"};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Join files using perl
by ww (Archbishop) on Jan 11, 2013 at 20:19 UTC |