I am trying to embed c code into a perl script.
The problem is that when it comes to compiling the c code I am having a lot of errors of not finding included files.
The paths are in the PATH, but still not finding the files. Is there a way to sort this out?