NS - I'm not sure to who the question about platforms was addressed to.. but I'm using Win2000 so I guess it'll be a 2k server box for me. I've looked at Apache and MySQL.. maybe also a FTP server later on..
I'm guessing you pros have also worked w/ Apache and Perl. Can you guys answer some questions about mod_perl, perl & sql and uploading?
1) The mod_perl distributions that I've seen usually use builds behind the most current Apache and ActivePerl releases. Is it better to use mod_perl w/ built with older versions then to use the lastest version of Apache and Perl concurrently?
2) Does Perl have build in libraries that work with MySQL or do you need to use the standard ODBC interface (which I'm not exactly sure how to set up

).
3) Say I wanted to upload stuff to the server - Does Apache have some built in function for FTP or would you have to make an upload script with Perl?