Such as the fact that there are two sets of comparison operators
Would you rather do what all the other languages do, declare every variable as specific type( a string, a number, a null, or an object). I can live with two operators.
Using == with strings accounts for at least 90% of my mistakes
You must be use to another language, like Javascript. This is not a problem with Perl, but rather what you have become used to.
In reply to Re: irritation makes perls
by Herkum
in thread irritation makes perls
by xyzzy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |