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

koolade has asked for the wisdom of the Perl Monks concerning the following question: (debugging)

Using Devel::DProf on some of my programs produces output such as is found at Devel::Dprof is your friend, where most of the time is shown in MODULE::BEGIN. Does anyone know what that means when there are no BEGIN blocks in the module? Or does it just represent total calls to that module's subs?

Originally posted as a Categorized Question.