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

Eyck has asked for the wisdom of the Perl Monks concerning the following question:

This works:
gdb -p $pid
but gdb is not particularly usefull when debugging perl. (unless I'm missing something).

What I would like, is a way to attach something that can see perl variables, for example, I would like to attach to a process, and look at %sth hash...