Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
        CODE:
            perl_destruct(my_perl);
            perl_free(my_perl);
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    
    my $ptm = new PerlTestModule();
    TestLogger::upd_init($ptm);