The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 for maintainance.

SEE ALSO

B::Size2::Terse

B::Size - the original version but no longer maintained

AUTHORS

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

ORIGINAL AUTHORS

Doug MacEachern