in reply to Re: Stacktrace with variables filled in?
in thread Stacktrace with variables filled in?

Spoke too soon. CGI::Ex::Dump has the same problem with the variables not showing if they are data structures themselves. All it does is give prettier output. Sorry for the false positive.

my @a=qw(random brilliant braindead); print $a[rand(@a)];
  • Comment on Re^2: Stacktrace with variables filled in?