in reply to Re: Strange behavior of "my" in "perl -d" and "perl -de"
in thread Strange behavior of "my" in "perl -d" and "perl -de"

I still don't understand, why then is the first experiment using "perl -d devel.pl" producing the correct reference count?
  • Comment on Re^2: Strange behavior of "my" in "perl -d" and "perl -de"

Replies are listed 'Best First'.
Re^3: Strange behavior of "my" in "perl -d" and "perl -de"
by Fletch (Bishop) on Apr 16, 2005 at 13:43 UTC

    This warning applies only to code you type in interactively. Read all of the surrounding section in perldoc perldebug and it should make more sense.