in reply to Re^2: blessed confusion
in thread blessed confusion
Carp::Always does extend warnings.
>perl -MCarp::Always -we"sub f { print undef } f()" Use of uninitialized value in print at -e line 1 main::f() called at -e line 1
It's also conditional (on a command line option), which is surely better than changing the source code to do debugging.
Either way, you didn't report back any findings. Did you solve your problem?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: blessed confusion
by perl-diddler (Chaplain) on Sep 09, 2010 at 21:35 UTC | |
by ikegami (Patriarch) on Sep 09, 2010 at 23:14 UTC |