The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

B::Size2 - Measure size of Perl OPs and SVs

SYNOPSIS

use B ();
use B::Size2 ();

say B::svref_2object($value)->size;

DESCRIPTION

B::Size2 is a fork of B::Size 0.09.

See B::Size2::Terse.

SEE ALSO

B::Size2::Terse

B::Size - the original

AUTHORS

Fuji, Goro (gfx) <gfuji@cpan.org>

ORIGINAL AUTHORS

Doug MacEachern