in reply to Re^5: Variable name missing in warning (source)
in thread Variable name missing in warning

> yes, I'm interested in what reasons people have for not looking at the source code

Well my contribution was to highlight that it is not impossible to find the undef variable (not optimized away)

I had no idea where to find the source code, and it's actually full of macros which are very cryptic for me.

> You are already looking at B::Concise output ...

Thats the level (with the help of B::Deparse) I'm hoping to understand soon.

update

FWIW I don't consider this an important problem, so at least it's good to have it documented now.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^6: Variable name missing in warning (source)