Error trace

Trace begun at test.pl line 9

main::foo

at test.pl line 9
    6: my $html;
    7: 
    8: sub foo {
    9:     my $t = Devel::StackTrace::WithLexicals->new;
   10:     $html = $t->as_html_extended;
   11:     print $html;
   12: }
ArgumentValue
$_[0]
'bar'
$_[1]
'test'
$_[2]
{
  'nums' => [
    2,
    2,
    2,
    1,
    40,
    41,
    42,
    43,
    44,
    45,
    46,
    47,
    48,
    49,
    50,
    51,
    52,
    53,
    54,
    55,
    56,
    57,
    58,
    59,
    60,
    61,
    62,
    63,
    64,
    65,
    66,
    67,
    68,
    69,
    70,
    71,
    72,
    73,
    74,
    75,
    76,
    77,
    78,
    79,
    80,
    81,
    82,
    83,
    84,
    85,
    86,
    87,
    88,
    89,
    90,
    91,
    92,
    93,
    94,
    95,
    96,
    97,
    98,
    99,
    100,
    101,
    102,
    103,
    104,
    105,
    106,
    107,
    108,
    109,
    110,
    111,
    112,
    113,
    114,
    115,
    116,
    117,
    118,
    119,
    120
  ],
  'asdf' => 'asdf'
}
VariableValue
$html
undef

main::bar

at test.pl line 14
   11:     print $html;
   12: }
   13: 
   14: sub bar { foo("bar", "test", { asdf => 'asdf', nums => [2,2,2,1, 40..120]}) }
   15: bar(2);
   16: 
   17: 
ArgumentValue
$_[0]
2
VariableValue
$html
undef

test.pl line 15

   12: }
   13: 
   14: sub bar { foo("bar", "test", { asdf => 'asdf', nums => [2,2,2,1, 40..120]}) }
   15: bar(2);
   16: 
   17: 
   18: 
VariableValue
$html
undef