Miyamoto Musashi wrote:
am I required to convert all my C library function calls to the perl friendly versions listed in perldoc perlclib? Or does Inline do it automaticly when it parses the code? Thanks in advance!


You have to do it yourself - Inline C won't do the conversion for you.

You'll often get away with ignoring some of the perclib recommendations - eg take a look at the number of XS files on cpan that use 'malloc' instead of 'New'. You would be wise to follow those perlclib recommendations - but you won't *necessarliy* be bitten if you decide to ignore them.

Cheers,
Rob



Reply via email to