in reply to How can I merge data using a hash?
As for data structure, how about hash of array ref. The hash key is your complex number. Each array ref contains two numbers, one from file1, and one from file2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I merge data using a hash?
by Anonymous Monk on Oct 10, 2004 at 22:13 UTC | |
by pg (Canon) on Oct 10, 2004 at 22:15 UTC | |
by Roy Johnson (Monsignor) on Oct 11, 2004 at 15:41 UTC |