in reply to Doubt on Win32::OLE perl module
Having said that, fixing the Makefile is not going to get you any further on making Win32::OLE to work on Unix/Linux machines though.Makefile -------- all: program program: program.c ^ need tab here gcc -o program program.c ^ and here
|
|---|