Re: providing perl api for C library

Mike <[email protected]> Sat, 10 Dec 2022 06:24:43 -0600
Newsgroups gmane.comp.lang.perl.beginners
Message-ID <[email protected]>
I don't know.

You know what they say - to get the quickest answer, don't
ask the question.  Instead, do it wrong and people will
come out of the woodwork to tell you your an idiot :-)



Mike

On 12/9/22 21:19, Henry R wrote:
> 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.
>