in reply to Re^2: Private keys in Crypt::RSA
in thread Private keys in Crypt::RSA
I was able to solve the problem. I needed to return the result as an array reference and use the deserialize() function to convert it to the perl object it was looking for. Thanks for the help!
In Section
Seekers of Perl Wisdom