in reply to Re^2: Perl::Critic and Subroutines
in thread Perl::Critic and Subroutines
The point of them is that I am tying to avoid having to comment and uncomment multiple lines of print code ...
So you're writing some kind of developer aid, like Smart::Comments?
eval probably won't work the way you want -- try PadWalker or Data::Dumper::Names
|
|---|