Re: printing long strings

2007-08-30 Thread Gunnar Hjalmarsson
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

printing long strings

2007-08-30 Thread R (Chandra) Chandrasekhar
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.