From: Sundeep <[EMAIL PROTECTED]> > Tried: > print STDOUT ">>>$message<<<"; > > output: > >>>Completed GSCC standards checks. > > Its prob with print or the machine I'm working on. Same code works > good when run on other m/c. But my problem is I have to make it run in > this m/c.
That's very strange. What happens if you print the same message to a file? Any chance you are doing something to STDOUT ... maybe to automaticaly save a copy of output in a log file or something like that. Or using binmode() on STDOUT and adding some PerlIO layers? Anything out of ordinary in the way you start your script? Is the message also truncated if you redirect the script output to a file? the_script.pl params > output.txt Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/