Name: | perl-Devel-Size |
---|---|
Version: | 0.83 |
Release: | 3.module+el8.3.0+7729+86a74f64 |
Architecture: | aarch64 |
Module: | perl:5.30:8030020200609055348:8af31532 perl:5.30:8040020200923213406:466ea64f |
Group: | Unspecified |
Size: | 96414 |
License: | GPL+ or Artistic |
RPM: | perl-Devel-Size-0.83-3.module+el8.3.0+7729+86a74f64.aarch64.rpm |
Source RPM: | perl-Devel-Size-0.83-3.module+el8.3.0+7729+86a74f64.src.rpm |
Build Date: | Tue Aug 11 2020 |
Build Host: | ca-buildarm05 |
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. |