Re: Can't use Crypt::RSA

2007-12-28 Thread Jonathan Vanasco
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

Re: Can't use Crypt::RSA

2007-12-28 Thread Randy Kobes
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

Re: Can't use Crypt::RSA

2007-12-28 Thread Michael Peters
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

Can't use Crypt::RSA

2007-12-28 Thread arnab
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