http://qs321.pair.com?node_id=207408

Dave05 has asked for the wisdom of the Perl Monks concerning the following question: (debugging)

I have a fairly complex script, which pulls in a bunch of modules. The probability of warnings being issued is fairly high. I want to stop the script even for a warning. How can I escalate a 'warn' to a 'die'?

Originally posted as a Categorized Question.