A clue less problem for me...

        my $message = "Completed CODE standards checks.\n".
                      "For details, refer to the file $log_file_name.\n
\n";
        print STDOUT $message;

I'm printing this message after some tests... and only message up to
first new line is getting printed. When I remove first \n, whole
message is printed in single line (as expected).

I tried other options like
 giving 2 print statements each for one line of message,
using $| = 1
syswrite  (Though I can't use syswrite even if it works coz of code of
conduct in my org).

Not getting any clue what is wrong.
The same code was working very well earlier (2 days back).

Could anyone tell me what could be the problem (perl or non perl
related)

Thanks,
Sundeep


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to