The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Mock up some ugly templates:
perl -MDBIx::CGITables::MakeTemplates -e 'make "dbi:mysql:test:localhost"' \
          < testtable.dd

# Add testuser identified by testpass as the DB user:
echo '!Username=testuser' >> test.testtable.param.dbt
echo '!Password=testpass' >> test.testtable.param.dbt