"Henry R" <support@openmbox.net> 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 LiuThread Previous | Thread Next