perl -e "use DBI; print \"hello\n\"; $dbh = DBI->connect(\"dbi:Pg:dbname=testdb\"); print \"hello\n\""