diotalevi has asked for the wisdom of the Perl Monks concerning the following question:
It occurred to me that in some cases I'd like to really be aware of any uninitialized variables being interpolated. I'd probably want to even promote that to a die/carp-type exception. So - is there any way to make 'text' . undef . ' string' throw an error instead of a warning?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fatal warnings?
by robartes (Priest) on Mar 26, 2003 at 14:33 UTC | |
by diotalevi (Canon) on Mar 26, 2003 at 14:40 UTC | |
|
Re: Fatal warnings?
by Mr. Muskrat (Canon) on Mar 26, 2003 at 14:44 UTC | |
|
Re: Fatal warnings?
by Bilbo (Pilgrim) on Mar 26, 2003 at 14:33 UTC | |
|
Re: Fatal warnings?
by davis (Vicar) on Mar 26, 2003 at 14:38 UTC |