use Inline C; helloWorld (); __END__ __C__ void helloWorld () { printf("Hello World\n"); }