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/
