you didn't initialize $i either. Just declaring it isn't sufficient. You
need to set it to a value.

my($i) = 0;


On Tue, 7 Dec 1999, David H. wrote:
> 
> I don't understand why I'm getting uninitialized value errors when I did
> initialize the values......

charles


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to