Help for this page

Select Code to Download


  1. or download this
    void set_ctx()
    {
    ...
        MPV::Simple ctx
        CODE:
        set_ctx();
    
  2. or download this
    sub new {
        my ($class) = shift;
    ...
        $obj->_set_context();
        return $obj;
    }
    
  3. or download this
    void callp( SV* data)
    {
    ...
        PUTBACK;FREETMPS;LEAVE;
        }
    }