in reply to Re: calling perl from C [performance optimization]
in thread calling perl from C [performance optimization]

Elaboration on #3, by request:

If your script normally looks like

$value = ...from @ARGV from C program... guts($value);

then I'm simply suggesting the C program could create a .pl that calls guts multiple times with the appropriate values hardcoded.