in reply to Re^3: How to retrieve the name of a variable ?
in thread How to retrieve the name of a variable ?
Thank you !
I decided to not use any source filters unless if really needed, as i wouldn't know how to debug it. I guess that you'd need to use B::Deparse? (which re-builds perl code, form the compiled code, so you can see what has been effectively executed). I prefer just not taking the risk right now.
Smart::Comments also redirects all the information it provides to STDERR, which is not displayed on the standard output, under Test::NoWarnings.
See there why i use Test::NoWarnings : 0==undef, that's annoying. Is it?.
|
|---|