> I'm trying to debug a perl script, I get an "internal server error" on the
> browser (as usual). I probably forgot some stupid ; or }, but the only way
> to know what's wrong is using telnet to run the script on the server, and
> get the error. But I don't want to give telnet access to my users (see the
> "Server Hacked?" thread). "debugging perl script" seems to be the only
> reason to give telnet access to the users, so: Is there any way to get the
> errors of the perl script on the browser? Maybe using #!/usr/bin/perl
> -<something>..