afuna_archive (
afuna_archive) wrote2008-01-04 11:50 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
- code,
- development,
- perl,
- php
Oops, wrong language
Damn. PHP also uses
(It's used for error control instead, which is also neat in its own way, I guess.)
@$
. First thing I thought when I saw it was, "Oh neat, it's dereferencing an array reference." Then I realized a) the variable on the LHS wasn't an array, and b) I was in the wrong language. (It's used for error control instead, which is also neat in its own way, I guess.)