Help for this page

Select Code to Download


  1. or download this
    void
    test()
    ...
                std::cout << "NULL\n"
            if ( SvOK( scalar ) ) // fixed
                std::cout << "OK\n"
    
  2. or download this
    void
    test( ... )
    ...
            std::cout << "The value of `foo' is "
                      << SvP_nolen( args["foo"] )
                      << "\n";