I wonder is there any Perl debugger which allows you to attach to an exact process which runs a Perl script in order to debug one?
Also I wasn't able to find in any debugger I tried to use such a valuable feature like 'set next statement', which allows you to jump to any line in order to change, for instance, something before current statement to make it work properly.
Thank you in advance.