Hi,
i want to run a c code , with perl as script..
i want to compile and run the c code , in a.pl file
How to do it ... Any links

Recommended Answers

All 2 Replies

Hi,
i want to run a c code , with perl as script..
i want to compile and run the c code , in a.pl file
How to do it ... Any links

use system("a.out");

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.