Re: providing perl api for C library
[email protected] (Kang-min Liu)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
"Henry R" <[email protected]> writes: > Hello list, > > I have written a C library which encrypts the data stored in object storage like S3. > If I want to provide it with a perl OO interface what's the right way? such methods like: My experience on this topic is rather limited, but if you are talking about interfacing a .so file, the CPAN module FFI::Platypus might be the easiest way -- less line of code to write, but heavier on dependencies. :) -- Kang-min Liu