I dislike the three character evaluations in PHP such as === or !== while I understand their importance to the language (I also know this isn't about PHP) I still don't like them. I would be fine with something like ~> for this.
In reply to Re: What operator should perl5porters use for safe dereferencing?
by vendion
in thread What operator should perl5porters use for safe dereferencing?
by de-merphq
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |