Hello ,
I was wondering if it's possible to use a c executable
within a Perl script.
An example might be to manipulate an array using a c executable, say sort the array , then return that sorted
array for further usage within the Perl code.
Thank you,
sgc