Re: MP1: Odd localized variable behavior

2004-10-14 Thread Perrin Harkins
On Thu, 2004-10-14 at 14:13, Tom Murphy wrote: > According to how I understand perl/mod_perl workings, the actual address of > the SV shouldn't change regardless of the number of invocations of the > script ( assuming the file modification time doesn't change ). Upon the > second invocation it loo

MP1: Odd localized variable behavior

2004-10-14 Thread Tom Murphy
I've inherited a bunch of code which occasionally uses localized my variables in subroutines routines within file scope. I thought that this was legit, if not the cleanest use of "my" variables. Note that this pared down script gives a The Code: - use strict;