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