in reply to Re: Detect variable change?
in thread Detect variable change?

IIRC Devel::ptkdb can be used for CGIs:

... from the docs

PTKDB_DISPLAY
Sets the X display that the ptkdb window will appear on when invoked. Useful for debugging CGI scripts on remote systems.

Cheers Rolf

UPDATE: see Re: Debugging CGI/PERL