I was wondering how it is possible to establish connections to multiple SQL servers. Here's what I need to do.
I have a news script which "require"s two files, cra_vbulletin.pl ( allows integration with vBulletin ) and cra_sql.pl ( replaces flat-text with SQL backend ). Both of these must access different DB's on different servers, with different login information. The connections themselves have to be established from with the files.
One final catch: the routine to include the files simply reads a directory, so the files may not always be called in the same order. Also, obviously both files would have to include "use DBI;"
Code samples needed!
thanks