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 data, process it, > and write it out to the new file. Have you written any Perl code > before? If not, this may not be a suitable first program in Perl; you > should start by writing some simpler programs. > > Good luck with it! > > --Tom Phoenix > Stonehenge Perl Training
I recently saw a presentation about Data::Domain, a module designed to structure data validation rules and then validate input data. I am not entirely sure you could use it, but its worth reading about it. You can find it at http://search.cpan.org/~DAMI/Data-Domain/lib/Data/Domain.pm Good luck, Spiros -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/