DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibformat-human-bytes-perl
BeschreibungFormat a bytecount and make it human readable
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.05-1
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße7668 Byte
Prüfsumme MD532b18726e33e7bd177ecc363977464df
Prüfsumme SHA19bfcf665355c0058d4e02f2844f282ec6281a4ce
Prüfsumme SHA2567a7db251dafe3c19932e13715e6998fe76655e23209a14cf5d1b9cbe2668b5be
Link zum Herunterladenlibformat-human-bytes-perl_0.05-1_all.deb
Ausführliche BeschreibungFormat::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]);


Impressum
Linux is a registered trademark of Linus Torvalds