R (Chandra) Chandrasekhar wrote:
I need to print diagnostic message strings like:
warn "$parent/$child does not exist: verification failed\n";
in conditional blocks that are nested and indented. This means that, on
occasion, the message string overflows to the next line in an
80-character lin
Dear Folks,
I need to print diagnostic message strings like:
warn "$parent/$child does not exist: verification failed\n";
in conditional blocks that are nested and indented. This means that, on
occasion, the message string overflows to the next line in an 80-character line
in my source file.