http://qs321.pair.com?node_id=1074857


in reply to Using multiple Inline::C files

Have an array of files. And then call import in a loop to load those files.
for my $file (@files) { Inline->import("C", scalar File::Spec->catfile($relSourcePath, $file)); }