char *my_args = { "perl", "-e", "require 'file1.pl'; require 'file2.pl'" }; ... perl_parse(my_perl, NULL, 3, my_args, (char **)NULL);