Re: LWP/Protocol Errors

2015-05-25 Thread Mike Blezien
On 5/25/2015 12:27 PM, Lawrence Statton wrote: On 05/25/2015 12:02 PM, Mike Blezien wrote: Hello *I use same IPN script on other servers without any issues except one. Is it possible that port

LWP/Protocol Errors

2015-05-25 Thread Mike Blezien
Hello, I recently setup a Paypal IPN script which worked fine for some time now but now all of a sudden I keep getting these error message: Can't connect to www.paypal.com:443 (certificate verify failed) LWP::Protocol::https::So

Re: perl function for byte to MB conversion

2015-05-25 Thread Brandon McCaig
Hello, On Mon, May 25, 2015 at 08:20:08PM +0530, Sunita Pradhan wrote: > I get following error while loading this module : > Can't locate Format/Human/Bytes.pm in @INC (@INC contains: > /usr/software/lib/perl5/5.8.8/x86_64-linux-thread-multi > /usr/software/lib/perl5/5.8.8 > /usr/software/lib/p

RE: perl function for byte to MB conversion

2015-05-25 Thread Sunita Pradhan
I get following error while loading this module :Can't locate Format/Human/Bytes.pm in @INC (@INC contains: /usr/software/lib/perl5/5.8.8/x86_64-linux-thread-multi /usr/software/lib/perl5/5.8.8 /usr/software/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/software/lib/perl5/site_perl/

Re: perl function for byte to MB conversion

2015-05-25 Thread Илья Рассадин
Hi You can find suitable solutions at CPAN. For example, https://metacpan.org/pod/Format::Human::Bytes This module seems to be exactly what you looking for. пн, 25 мая 2015 г. в 15:37, Sunita Pradhan : > Hi > > Is there any perl module for byte , KB, MB conversion ? > > Thanks > Sunita >

Re: `perldoc -f` doesn't work for me

2015-05-25 Thread pierrot
Since "perldoc" and related code is written in perl, you can use a debugger to debug it. You can do: perl -d `which perldoc` -f sort See: * http://perl-begin.org/topics/debugging/ Thank you very much, Shlomi!! I debugged perldoc as you suggested and found the error. Basically, the p

perl function for byte to MB conversion

2015-05-25 Thread Sunita Pradhan
Hi Is there any perl module for byte , KB, MB conversion ? ThanksSunita