in reply to Re: warnings under the debugger
in thread warnings under the debugger
What I meant to say is that a warning that is generated inside an eval (of any type) will be shown. Warnings are not suppressed by eval in a similar way die is.
will print the warning, even from within eval.perl -we 'eval "use warnings; $foo = { bar => () };";
Anno
|
|---|