すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: libformat-human-bytes-perl  ]

パッケージ: libformat-human-bytes-perl (0.06-1)

libformat-human-bytes-perl に関するリンク

Screenshot

Debian の資源:

libformat-human-bytes-perl ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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

タグ: ソフトウェア開発: Perl での開発, ライブラリ, 実装言語: Perl, 役割: 共有ライブラリ

その他の libformat-human-bytes-perl 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

libformat-human-bytes-perl のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 7.7 kB12.0 kB [ファイル一覧]