in reply to Re: ptkdb: 'my' variable in sub retains value between calls
in thread ptkdb: 'my' variable in sub retains value between calls
Never say "never" (or "ever") in programming. Never using single letter variables would mean you wouldn't use $_. Or for that matter, $i, $j, etc.