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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to