in reply to Run C prog. from perl script

Try using the system built-in function. This allows you to run external programs, including C executables.

Using backticks allows you to collect output, as described in the system documentation.