void test() PREINIT: SV *scalar; CODE: if ( scalar == NULL ) // fixed std::cout << "NULL\n" if ( SvOK( scalar ) ) // fixed std::cout << "OK\n"