http://www.perlmonks.org?node_id=635682


in reply to Using Substitution Operator In Perl Script

I think that putting "use diagnostics" at the top of your programs would help you a great deal. The diagnostics will explain in detail the error messages that you encounter. I find it quite convenient.

non-Perl: Andy Ford

  • Comment on Re: Using Substitution Operator In Perl Script