Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    hello()
       CODE:
          printf("Hello, world!\n");
    
  2. or download this
    /*
     * This file was generated automatically by xsubpp version 1.9508 from
    + the
    ...
            newXS("xstest::hello", XS_xstest_hello, file);
        XSRETURN_YES;
    }