in reply to Re: How to use Perl in web pages?
in thread How to use Perl in web pages?

... a lot of the suggestions you've been given sort of imply/assume that you have root login to your own web server.

Login access, for sure, but not necessarily root access. It's easy to install modules in paths owned by you (not owned by root), and to make sure that /usr/bin/perl finds the modules you installed -- at least, it's pretty trivial on *n*x servers, I don't know about the M$ variety.