http://qs321.pair.com?node_id=575338


in reply to Re: How to attach a perl debugger to a running perl
in thread How to attach a perl debugger to a running perl

First you must have error logs file path in your server. With that you can able to trace the error in the file. Or you can just add the following code to see whether that particular function is working or not:
print "Content-type:text/html\n\n"; print "here";