Perl/CGI is a way to make dynamic web-pages and postgres is a database. The one cannot replace the other, they have to work together. Or am I missing something subtle here?
Yes, I suggest to use postgres with mod_perl. If this is really, really, really not possible, stay with CGI and mysql.
| [reply] |
Without trying to derail this thread (which is more to do with CGI versus mod_perl rather than MySQL), you still haven't really explained why he should also switch to postgres. Is there a specific reason why he shouldn't continue on using MySQL, even with mod_perl (assuming he had the option)?
| [reply] |
No, there is no reason for _must_ use postgres, MySQL is also a database. But in my opinion postgres is much richer and robust than MySQL. Now as the question is CGI/Mod_perl with mysql why not get familar with the very good database postgres? That saves that switch next year.
| [reply] |