1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Devel-Size/pkg-descr
Mathieu Arnold f616b23d9d Add p5-Devel-Size 0.58,
Perl extension for finding the memory usage of Perl variables.
2003-10-16 13:11:54 +00:00

7 lines
321 B
Plaintext

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.
WWW: http://search.cpan.org/dist/Devel-Size/