RE: re rand bug?

2001-07-09 Thread Stas Bekman
On Mon, 9 Jul 2001, Purcell, Scott wrote: > Sorry to be confused, but I believe I did not create a global variable. In > the code below that I showed, I used a my to localize the $tmp variable > inside the for loop.? > > Anyway, I changed the simple code and added the use strict and use vars > qw

Re: re rand bug?

2001-07-09 Thread darren chamberlain
Purcell, Scott <[EMAIL PROTECTED]> said something to this effect on 07/09/2001: > Sorry to be confused, but I believe I did not create a global variable. In > the code below that I showed, I used a my to localize the $tmp variable > inside the for loop.? > > Anyway, I changed the simple code and

RE: re rand bug?

2001-07-09 Thread Purcell, Scott
Sorry to be confused, but I believe I did not create a global variable. In the code below that I showed, I used a my to localize the $tmp variable inside the for loop.? Anyway, I changed the simple code and added the use strict and use vars qw($rand), but now I get no random activity at all. Each