Hacker News new | ask | show | jobs
by chromatic 5818 days ago
Perl does indeed warn about the use of = instead of == in a conditional.
1 comments

You're right; I didn't know about the -w setting. I guess that just leaves PHP.