Description
Perl applications can display byte counts as readable values such as KB, MB, or GB. This is useful for storage reports, download progress, logs, and user interfaces that should not show raw byte numbers only.
It is a small formatting library. Programs that need exact accounting should keep the original byte value internally and use this only for display.