in reply to Re: Multiple DB Connection Problem
in thread Multiple DB Connection Problem

Snoopy..Thanks for the suggestion.

Is there any other way to do this multiple DB connection without using "use Text::CSV_XS;" module ?

Replies are listed 'Best First'.
Re^3: Multiple DB Connection Problem
by Mr. Muskrat (Canon) on May 31, 2007 at 16:26 UTC
    You could split $dbconnectionstring on commas or if it were me, I would store the information in 3 different columns.