全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: libformat-human-bytes-perl  ]

套件:libformat-human-bytes-perl(0.06-2)

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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 libformat-human-bytes-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 7。5 kB25。0 kB [檔案列表]