in reply to Re: Inherited a perl script...need help
in thread Inherited a perl script...need help

Additional hint: Text::CSV_XS can handle all splitting and joining of the data lines. With some SQL knowledge, DBI and DBD::CSV may be helpful, even if they add some overhead.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: Inherited a perl script...need help