in reply to Perl symbols for debugging?
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