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
_perl/5.8.8 /usr/software/lib/perl5/site_perl .) at test.pl line 3.BEGIN failed--compilation aborted at test.pl line 3. From: elcaml...@gmail.com Date: Mon, 25 May 2015 13:13:49 + Subject: Re: perl function for byte to MB conversion To: sunita.pradhan.2...@hotmail.com; beginners@perl.org Hi

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 >

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