in reply to Perl symbols for debugging?

Unless you are doing something esoteric like imbedding the Perl interpreter in a DLL, windbg will not help you.

Perl comes with its own debugger, perl -d my_code.pl, which will give you the tools and the information you need to resolve your bugs.

----
I Go Back to Sleep, Now.

OGB