Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Hacking Debugger bugs connected to $^D

by LanX (Saint)
on Apr 24, 2013 at 21:59 UTC ( [id://1030545]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Hacking Debugger bugs connected to $^D
in thread Hacking Debugger bugs connected to $^D

> it is just awful and way above and beyond my level of comprehension.

Yeah it takes time! I admit that I was very frustrated at the beginning.

This code seems to have grown out of a Perl4 predecessor, the basic structure must have been designed 15-20 years ago. It depends on some obscure perlguts.

Mostly package vars, very long routines, nested flows, many AND-for-IF constructs, a bag of completely unknown features, wild package structures ( dumpValue lives in main!!! WTF ?)

At least someone took the effort to re-document it with nested PODs (which OTOH doesn't facilitate refactoring at all)

But mastering it gives a very powerful tool. And it's a key tool, we need to keep it running.

Cheers Rolf

( addicted to the Perl Programming Language)

UPDATE

still talking about v1.30, haven't looked in the newest on yet.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1030545]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-26 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found