It has been over 2 years since my last confession [of ignorance].
In the not-too-recent past I have had the need to debug code within a BEGIN block or in a .pm module. I recall it's enabled by a certain variable; set that $variable = 1
in a BEGIN block in the program or in the module and "perl -d" suddenly applies within the BEGIN block (and, of course, the module).
My problem: I don't recall the name of that variable and the old code I have retrieved (from a disembodied drive) does not seem to have that setting. (A Google search for "debug perl module" returns a haystack.)
Please remind me: What was that variable?