use Inline (C => Config => DIRECTORY => 'H:\perl\perlc'); use Inline C => << 'end_of_c'; printf "I am C source code"; end_of_c print "I r Perl \n";