/* Shamelessy stolen from perlxstut */ #include #include #include MODULE = Mytest PACKAGE = Mytest void hello() CODE: printf("Hello, world\n");