try using Crypt::OpenSSL::RSA
its a little faster. there is a memory leak in it, but the max-
requests directive will make it pretty inconsequential.
On Dec 28, 2007, at 5:37 AM, arnab wrote:
Hi Everyone,
I'm using a small script to use the Crypt::RSA module under windows
using
Active
On Fri, 28 Dec 2007, Michael Peters wrote:
Btw, ActiveState seems pretty busted right now for a whole
lot of things.
http://use.perl.org/~Alias/journal/35219
Granted this is 5.10 (mod_perl itself doesn't quite work
yet with 5.10) but AS 5.8 has similar problems, just not
as many.
For the
arnab wrote:
> Hi Everyone,
>
> I'm using a small script to use the Crypt::RSA module under windows using
> Active Perl v5.8.8 but it is showing Perl Command Line Interpreter has
> encountered a problem and needs to close...
None of these things has anything to do with mod_perl. Try an Active St
Hi Everyone,
I'm using a small script to use the Crypt::RSA module under windows using
Active Perl v5.8.8 but it is showing Perl Command Line Interpreter has
encountered a problem and needs to close...
My script
#
#!/usr/bin/perl
use strict;
use warnings;
use Cry