providing perl api for C library
[email protected] ("Henry R")
| Newsgroups | 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.