Help for this page

Select Code to Download


  1. or download this
    
    #include <stdafx.h>
    ...
            return 0;
        }
    
  2. or download this
    #include "stdafx.h"
    #include <EXTERN.h>
    ...
        perl_free(my_perl);
        return 0;
    }