my $db_load_file='/home/jchase/testdb.sql'; my $sth=$dbh->prepare("source $db_load_file"); $sth->execute;