Re: perl net::ssh module

2010-10-13 Thread Alexey Mishustin
10/13/2010, "han sun" you wrote: >Math::BigInt::couldn't load specified math lib(s), fallback to >Math::BigInt::FastCalc at C:/Program Files/Perl/Site/site/lib/Crypt/DH.pm >line 6 > >I have google the problem,but still haven't worked it out. >It's too late, I have to go to sleep. >If somebody kn

Re: perl net::ssh module

2010-10-13 Thread Alexey Mishustin
10/13/2010, "han sun" you wrote: >2010/10/12 Irfan Sayed > >> now getting following error: >> >> Key class 'Net::SSH::Perl::Key::RSA' is unsupported: Cannot find current >> script >> './igor_tar.pl' at /home/y/lib/perl5/5.8/FindBin.pm line 188 >> BEGIN failed--compilation aborted at /home/y/lib

Re: map HoAoA

2010-10-13 Thread C.DeRykus
On Oct 13, 9:40 am, mike.j...@nethere.com (Mike McClain) wrote: > On Wed, Oct 13, 2010 at 08:33:57AM +0200, Shlomi Fish wrote: > > > > > On Wednesday 13 October 2010 06:39:03 Mike McClain wrote: > > > Why do @arrays and @seconds not have the same number of elements? > > >     my @arrays = > > >  

Re: perl net::ssh module

2010-10-13 Thread han sun
Hi, I am a beginner to Perl I tried the code from Ifran however,I got the message Math::BigInt::couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/Program Files/Perl/Site/site/lib/Crypt/DH.pm line 6 I have google the problem,but still haven't worked it out. It's too la

Re: map HoAoA

2010-10-13 Thread Mike McClain
On Tue, Oct 12, 2010 at 11:25:18PM -0700, John W. Krahn wrote: > Mike McClain wrote: > > I've looked at this for a few days but still can't see 'why' > >I get what I do. > >Why do @arrays and @seconds not have the same number of elements? > > # this only gets the second entry from the la

Re: map HoAoA

2010-10-13 Thread Mike McClain
On Wed, Oct 13, 2010 at 08:33:57AM +0200, Shlomi Fish wrote: > On Wednesday 13 October 2010 06:39:03 Mike McClain wrote: > > Why do @arrays and @seconds not have the same number of elements? > > my @arrays = > > map > > { @{ $HoAoA{$_} } [ 0..$#{ $HoAoA{$_} } ] } > > k

Re: perl net::ssh module

2010-10-13 Thread Irfan Sayed
can someone please help. i m totally stuck. Regards Irfan From: Irfan Sayed To: Alexey Mishustin ; beginners@perl.org Sent: Tue, October 12, 2010 3:29:05 PM Subject: Re: perl net::ssh module now getting following error: Key class 'Net::SSH::Perl::Key::RSA'

patch for MIME::Lite

2010-10-13 Thread fakessh
hello my friends hello perl gurus hello professor So , I'm working on MIME::Lite and when looking on google TLS MIME::Lite debugging post we must see any posts referring to me . i am the cat who lives at 6 . i'm working on a patch to add support for standrd mail and ssl tls the patch is a

patch for MIME::Lite

2010-10-13 Thread fakessh
hello my friends hello perl gurus hello professor So , I'm working on MIME::Lite and when looking on google TLS MIME::Lite debugging post we must see any posts referring to me . i am the cat who lives at 6 . i'm working on a patch to add support for standrd mail and ssl tls the patch is j

Re: Out of Memory!

2010-10-13 Thread Chas. Owens
On Wed, Oct 13, 2010 at 04:41, Panda-X wrote: snip > From my observation, the Out of Memory error could happen anytime, where > the "MEM" size was never over 10K. > > Any clues ? snip Then the problem is unlikely to be that message. The two most common things that will cause you to run out of me

Re: Out of Memory!

2010-10-13 Thread Rob Coops
On Wed, Oct 13, 2010 at 10:41 AM, Panda-X wrote: > > > 2010/10/13 Rob Coops > > >> >> On Wed, Oct 13, 2010 at 8:42 AM, Panda-X wrote: >> >>> Hi List, >>> >>> My script is running on WinXP, Dos shell, which is a server program. >>> >>> It works fine, unless it will pops-up a "Out of Memory!" and

Re: Out of Memory!

2010-10-13 Thread Panda-X
2010/10/13 Rob Coops > > > On Wed, Oct 13, 2010 at 8:42 AM, Panda-X wrote: > >> Hi List, >> >> My script is running on WinXP, Dos shell, which is a server program. >> >> It works fine, unless it will pops-up a "Out of Memory!" and stop running >> per each few days! >> >> Could someone tell me th

Re: Out of Memory!

2010-10-13 Thread Rob Coops
On Wed, Oct 13, 2010 at 8:42 AM, Panda-X wrote: > Hi List, > > My script is running on WinXP, Dos shell, which is a server program. > > It works fine, unless it will pops-up a "Out of Memory!" and stop running > per each few days! > > Could someone tell me this error message is coming from Perl ?