Limo has asked for the wisdom of the Perl Monks concerning the following question:
NOTE: File A, Column C1 has a DIFFERENT label than File B, Column CA, although they contain the same data!File A contains the following headers: C1 C2 C3 C4 File B contains the following headers: CA CB CC CD File A, $C1, contains "src/dst" strings File A, $C2 contains IP Adresses relative to each "src/dst" string File B, $CA contains "src/dst" strings
the command:File B, $CB contains link speed
should return:merge.pl [ File A C1,C2 : File B CA,CB ]
where the above are header labels, with corresponding data listed in columns below. Also note, that the program must be smart enough to generate new header names. Thanks for your replies, thus far.Link Name IP ifSpeed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: Merging Files Conundrum: A Better Explanation(?)
by tilly (Archbishop) on Sep 15, 2000 at 12:32 UTC | |
by Limo (Scribe) on Sep 15, 2000 at 18:55 UTC | |
|
Re: Merging Files Conundrum: A Better Explanation(?)
by little (Curate) on Sep 15, 2000 at 11:47 UTC | |
|
Re: Merging Files Conundrum: A Better Explanation(?)
by turnstep (Parson) on Sep 15, 2000 at 20:27 UTC |