Help for this page
C:\>perl -e "print 'ok' if undef == 0;" ok C:\>
C:\>perl -e "print 'ok' if undef eq 0;" C:\>