in reply to Dynamic DSN w/ Class::DBI Example
Have you looked into Class::DBI::BaseDSN? It does allow the DSN definition to be changed at run-time, which should be similar to what you need.
In Section
Seekers of Perl Wisdom
in reply to Dynamic DSN w/ Class::DBI Example
Have you looked into Class::DBI::BaseDSN? It does allow the DSN definition to be changed at run-time, which should be similar to what you need.