in reply to Debugging Perl Program

One of the problems is that their are 5 different "format" subs in the program spread accross multiple packages. A lot of objects get instantiated in this program. If I need to debug this program am I left with using "perl -d"? I can't install anything else on the box so I only have the default debugger.