Replication Awareness It is this easy to get a slave connection... #!/usr/bin/perl -w use strict; use Finance::DBI; my $db = Finance::DBI->Connect('Chart', UseSlave => 1) or die "$!"; __END__ Slave connections are Read-only To the "nearest" slave Otherwise identical to normal connections