diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-16 13:11:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-16 13:11:54 +0000 |
commit | f616b23d9d139ddd1fdce9e92c0c4f0478cbcabe (patch) | |
tree | 9a30ca38d8ea1c0627d8385a9155f96e33376ac4 /devel/p5-Devel-Size/pkg-descr | |
parent | f3ff6b66c74eca8bc4112c12b7c613f3af909bb6 (diff) | |
download | ports-f616b23d9d139ddd1fdce9e92c0c4f0478cbcabe.tar.gz ports-f616b23d9d139ddd1fdce9e92c0c4f0478cbcabe.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-Size/pkg-descr')
-rw-r--r-- | devel/p5-Devel-Size/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Devel-Size/pkg-descr b/devel/p5-Devel-Size/pkg-descr new file mode 100644 index 000000000000..55ba6a0bc1f1 --- /dev/null +++ b/devel/p5-Devel-Size/pkg-descr @@ -0,0 +1,6 @@ +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/ |