Hacker News new | past | comments | ask | show | jobs | submit login

in perl

"==" returns true if the left argument is numerically equal to the right argument.

"eq" returns true if the left argument is stringwise equal to the right argument.

see 'perldoc perlop' under the heading "Equality Operators"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: