NAME

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

SYNOPSIS

my $stack= Chj::Repl::StackPlus->get($numbers_of_levels_to_skip);
# same as Chj::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

Chj::Repl::Stack, PadWalker