[ Paquet source : libformat-human-bytes-perl ]
Paquet : libformat-human-bytes-perl (0.06-2)
Liens pour libformat-human-bytes-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libformat-human-bytes-perl :
- [libformat-human-bytes-perl_0.06-2.dsc]
- [libformat-human-bytes-perl_0.06.orig.tar.gz]
- [libformat-human-bytes-perl_0.06-2.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [metacpan.org]
Paquets similaires :
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]);
Autres paquets associés à libformat-human-bytes-perl
|
|
|
|
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
Télécharger libformat-human-bytes-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 7,5 ko | 25,0 ko | [liste des fichiers] |