#!/usr/bin/perl use Inline C; exit main0(); __END__ __C__ #include <stdio.h> int main0() { printf("Hello world ! "); return 0; }