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
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
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
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/
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
>
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
Hi
Is there any perl module for byte , KB, MB conversion ?
ThanksSunita