use Inline C; use warnings; greet('Ingy'); greet(42); __END__ __C__ void greet(char* name) { printf("Hello %s!\n", name); } #### C:\perl>perl p1.pl File creation error File creation error File creation error Bad command or file name Bad command or file name Can't create Inline validation file C:/perl/_Inline/lib/auto/p1_pl_f755/p1_pl_f7 55.inl at blib\lib\Inline.pm (autosplit into blib\lib\auto\Inline\write_inl_file .al) line 849. INIT failed--call queue aborted.