Name: | perl-Devel-Size |
---|---|
Version: | 0.84 |
Release: | 3.el10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 95941 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Devel-Size-0.84-3.el10.aarch64.rpm |
Source RPM: | perl-Devel-Size-0.84-3.el10.src.rpm |
Build Date: | Wed Jan 29 2025 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Devel-Size |
Summary: | Perl extension for finding the memory usage of Perl variables |
Description: | This module figures out the real sizes of Perl variables in bytes. Call functions with a reference to the variable you want the size of. If the variable is a plain scalar it returns the size of the scalar. If the variable is a hash or an array, use a reference when calling. |