in reply to Re^3: appending to html at beginning
in thread appending to html at beginning
Hi Discipulus,
Blindly develop on webserver is, in my experience, a frustrting operation: everything you get wrong you got a 500 error.
use CGI::Carp qw/fatalsToBrowser/; can help with that. Although I would only recommend it in a development, not production, environment, since it can potentially reveal details about the script or server to an attacker.
Regards,
-- Hauke D
|
|---|