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/5.8.8 /usr/software/lib/perl5/site_perl .) at test.pl line 3.BEGIN failed--compilation aborted at test.pl line 3.
From: [email protected] Date: Mon, 25 May 2015 13:13:49 +0000 Subject: Re: perl function for byte to MB conversion To: [email protected]; [email protected] 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 <[email protected]>: Hi Is there any perl module for byte , KB, MB conversion ? ThanksSunita
