Re: Generating flat file.

2007-09-08 Thread Spiros Denaxas
On Sep 7, 6:11 pm, [EMAIL PROTECTED] (Tom Phoenix) wrote: > On 9/6/07, Satya <[EMAIL PROTECTED]> wrote: > > > If it is possible to do it using the perl, what would be the approach. > > I recommend designing an algorithm, then writing Perl code to > implement it. Perhaps a main loop should read the

Re: Generating flat file.

2007-09-07 Thread Tom Phoenix
On 9/6/07, Satya <[EMAIL PROTECTED]> wrote: > If it is possible to do it using the perl, what would be the approach. I recommend designing an algorithm, then writing Perl code to implement it. Perhaps a main loop should read the data, process it, and write it out to the new file. Have you written