Help for this page

Select Code to Download


  1. or download this
    ./svpv.pl 
    Starting Build Preprocess Stage                                       
    +                                                                     
    +                                                                     
    +                             
    ...
    
    fred
    1
    
  2. or download this
    #include <stdlib.h>
    
    ...
    {
        printf ("%i\n", SvPOK(sv));
    }
    
  3. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    void foo(SV * sv);
    
    void bar(SV * sv);
    
  4. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    void foo(SV * sv)
    
    void bar(SV * sv)