#!/usr/bin/perl -w use Inline C; use strict; hello_inline(); __END__ __C__ #include void hello_inline( ) { printf( "Hello World. Best Regards from Inline\n" ); } #### >C:\...\hello.pl 'nmake' is not recognized as an internal or external command, operable program or batch file. A problem was encountered while attempting to compile and install your Inline C code. The command that failed was: nmake > out.make 2>&1 The build directory was: C:\...\_Inline\build\hello_pl_3492 To debug the problem, cd to the build directory, and inspect the output files. at ...\hello.pl line 0 INIT failed--call queue aborted.