Paket: libformat-human-bytes-perl (0.06-1.1)
libformat-human-bytes-perl için bağlantılar
Trisquel Kaynakları:
libformat-human-bytes-perl Kaynak Paketini İndir:
- [libformat-human-bytes-perl_0.06-1.1.dsc]
- [libformat-human-bytes-perl_0.06.orig.tar.gz]
- [libformat-human-bytes-perl_0.06-1.1.debian.tar.xz]
Geliştirici:
Original Maintainers:
- Debian Perl Group (Posta Arşivi)
- Deepak Tripathi
- Damyan Ivanov
Dış Kaynaklar:
- Ana Sayfa [metacpan.org]
Benzer paketler:
Format a bytecount and make it human readable
Format::Human::Bytes is used to convert bytecount values to human-readable strings. It will return you a printable string which is more readable by humans than a simple bytecount.
For example:
use Format::Human::Bytes; $readable = Format::Human::Bytes::base2($bytecount[,$decimals]);It will convert in base 2 format.
$readable = Format::Human::Bytes::base10($bytecount[,$decimals]);It will convert in base 10 format.
Another way is to create constructor for example:
$fhb = Format::Human::Bytes->new(); $readable = $fhb->base2($bytecount[,$decimals]); $readable = $fhb->base10($bytecount[,$decimals]);
libformat-human-bytes-perl ile İlgili Diğer Paketler
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
libformat-human-bytes-perl indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
all | 6,9 kB | 23 kB | [dosya listesi] |