![]() |
|
P is for Practical | |
PerlMonks |
Re^2: Using elements to search a fileby GC (Initiate) |
on May 06, 2009 at 17:55 UTC ( #762339=note: print w/replies, xml ) | Need Help?? |
Example:
User input: 11111 Will find this line in the first file: 11111 1010101 1010102 1010103 1010104 1010105 1010106 Which puts: 1010101 1010102 1010103 1010104 1010105 1010106 into an array. Each of those will be used as search criteria in the second file, the irst should read this line: 1010101 Address Line 1 ,Address Line 2 ,Phone Number ,Fax Number, So I can print the information. If that makes sense.
In Section
Seekers of Perl Wisdom
|
|