#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" #include "const-c.inc" void printHallowelt() { printf("Hallo Welt!\n"); } MODULE = hallowelt PACKAGE = hallowelt void printHallowelt() INCLUDE: const-xs.inc