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

NAME

FP::Repl::StackPlus - Stack including lexical variables

SYNOPSIS

 my $stack= FP::Repl::StackPlus->get($numbers_of_levels_to_skip);
 # same as FP::Repl::Stack, but frames also have `lexicals`, a hash
 # as delivered from PadWalker

DESCRIPTION

I'm pretty sure this is still re-inventing some wheel...

SEE ALSO

FP::Repl::Stack, PadWalker

NOTE

This is alpha software! Read the status section in the package README or on the website.