marecaryousuf has asked for the wisdom of the Perl Monks concerning the following question:
I have an input file, which has customer account numbers. I need to lookup another file with this customer account number and get customer details like Name, Address, Fees, etc. Now, based on the fees I need to generate output files (1 file per distict fee). There might be "n" distinct fee and customers with that fee should have a separate file. How do I do this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I redirect to multiple output files based on the input file?
by jdporter (Paladin) on Aug 08, 2012 at 12:45 UTC | |
|
Re: How do I redirect to multiple output files based on the input file?
by Anonymous Monk on Aug 08, 2012 at 12:29 UTC | |
|
Re: How do I redirect to multiple output files based on the input file?
by rpnoble419 (Pilgrim) on Aug 09, 2012 at 04:21 UTC |