http://qs1969.pair.com?node_id=11107972


in reply to Re: If Perl 5 were to become Perl 7, what (backward-compatible) features would you want to see?
in thread If Perl 5 were to become Perl 7, what (backward-compatible) features would you want to see?

Have you tried FFI::Platypus to integrate C-libs? It's much simpler than XS and Inline::C for the same task.

(I should add the caveat that I don't wrap C-libs myself, but do use and hack FFI based libs).