12345678910111213141516171819
#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 voidprintHallowelt()INCLUDE: const-xs.inc