use warnings; use Inline CPP; greet(); __END__ __CPP__ void greet() { printf("Hello World\n"); }