wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libformat-human-bytes-perl  ]

Pakiet: libformat-human-bytes-perl (0.06-2)

Odnośniki dla libformat-human-bytes-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libformat-human-bytes-perl:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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]);

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl, Rola: Biblioteka współdzielona

Inne pakiety związane z libformat-human-bytes-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libformat-human-bytes-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 7,5 KiB25,0 KiB [lista plików]