Help for this page

Select Code to Download


  1. or download this
    mine = Perl_get_context();
    
  2. or download this
    dSP;
    
  3. or download this
    mine
    
  4. or download this
    mine = Perl_get_context();
    
  5. or download this
    mine = Perl_get_context();
    
  6. or download this
    void dorunperlfunction() {
       if (mine) {
    ...
          FREETMPS;
          LEAVE;
       }
    
  7. or download this
    PerlInterpreter * mine = NULL;
    ...
    ...
          ...
          mine = Perl_get_context();
          ...