in reply to
Using c executable in Perl Script
Depending on what exactly you want to do, you may want to read up on:
system
, qx// in
perlop
, or
open
in pipe form;
perlembed
Inline::C
Comment on
Re: Using c executable in Perl Script
In Section
Seekers of Perl Wisdom