http://qs321.pair.com?node_id=14479


in reply to RE: until loops
in thread until loops

The increment takes place with "$year++"

Replies are listed 'Best First'.
RE: RE: RE: until loops
by Anonymous Monk on Jun 28, 2000 at 05:11 UTC
    so does $year++ mean that year gets incremented by 1 ?? or 2 ?
      The ++ notation is common in many languages, like C, C++, and Java, and means "increment by one." Hence, C++ is C, but incremented by one. Pretty funny, huh? I tell you, I laugh every time I think about that.
      ++ means it increments by 1
      i dont know pearl but varible++ in C increments it by one