providing perl api for C library

"Henry R" <[email protected]> Sat, 10 Dec 2022 03:19:20 +0000
Newsgroups gmane.comp.lang.perl.beginners
Message-ID <[email protected]>
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:

$data->encrypt("input.sth");
$data->decrypt("input.sth");

Thanks.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/