> > > for ($x = 0; $i <= 5000; $x++) {}
I'm not sure how many of you have noticed that the loop
control condition depends on a variable different from that being
updated. Assuming that $i is non-volatile, then this loop either runs
zero times, doesn't compile (if perl checks the declaration of $i and
it hasn't been), or it runs forever.
Bill
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************