Help for this page

Select Code to Download


  1. or download this
    C:\>perl -e "print 'ok' if undef == 0;"
    ok
    C:\>
    
  2. or download this
    C:\>perl -e "print 'ok' if undef eq 0;"
    
    C:\>