Help for this page

Select Code to Download


  1. or download this
    require 'perl'
    perl.require 'Scalar::Util'
    
  2. or download this
    require 'perl'
    perl.require 'Doesnt::Exist::Yet'
    
  3. or download this
    static int perl_interp_require(lua_State *L)
    {
    ...
    
        return 0;
    }