in reply to Re: Crypt::Random not working
in thread Crypt::Random not working

I fixed the problem. What was happening was that Math::Pari was using the pari library I (in stupidity) installed and subsequently loaded. It was causing a conflict and Crypt::Random got confused as a result since it didn't know which library to use. I removed the installed pari lib and all went well.

BMaximus