Thanks a million to Jos Boumans, and Me (whoever that is). Me, thanks for
the explanation, and Jos, for your patient and detailed answer.
-tir
On Sat, 16 Jun 2001, Me wrote:
> > This should've worked. But why do I get a warning:
> >
> > Use of uninitialized value at ./mk2_ratingchangedb.pl line 39, <F>
> chunk 8.
>
> Whenever you're dealing with baffling array errors
> like this, always think of off-by-one.
>
> In this case:
>
> > 30 for ($i=1; ...) {
> > 31 $dummy[$i][0] =
>
> doesn't initialize $dummy[0].
>
>
Tirthankar C.Patnaik
Research Scholar
Indira Gandhi Institute of Development Research Ring:+91-22-840 0919/20/21
Goregaon East Off:- x593 Res: x675
Mumbai 400 065 Fax: 91-022-8402752
India. http://www.igidr.ac.in email:[EMAIL PROTECTED]
Never argue with an idiot. They drag you down to their level, then
beat you with experience. -dilbert
---------------------------------------------------------------------------