Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: debugging during compile

by pileofrogs (Priest)
on Aug 18, 2011 at 18:12 UTC ( [id://921040]=note: print w/replies, xml ) Need Help??


in reply to Re: debugging during compile
in thread debugging during compile

Ladies and gentlemen, we have a winner!

I hadn't realized the code in the module would be run after compile and before the calling script continued compiling.

I put some print statements in the main body of my module and sure enough, ARGV was being altered in there. I tracked it down with a few more prints and found it.

Somehow in refactoring a sub, I had left a

my $self = shift; my $item = shift;

sitting naked in the main body of the module. Whee!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found