FW: print!?!

2003-07-09 Thread Charles Scheepers
h for Trailer record!\n"; print $traout,"\n"; exit; } open(OF_IAC,">>$outfile"); print OF_IAC "$traout\012"; close(OF_IAC); print "Processing Complete!\n"; exit; >>>>>>&g

RE: print!?!

2003-07-08 Thread Charles Scheepers
The program prints to a number of different places. Files --> data output and some logs. Then I also need to print some error info to the terminal (STDOUT). It is this last part that is not happening on UNIX, but it does on DOS. Regards, Charles Scheepers -Original Message- F

print!?!

2003-07-04 Thread Charles Scheepers
the screen? Thank you, Charles Scheepers This communication is private, privileged and confidential intended only for the named addressee. Any recipient who is not a named addressee is not entitled to retain, copy, disseminate or take action in reliance upon this communication. If you have r

RE: linefeed

2003-06-27 Thread Charles Scheepers
The problem is that these characters are added when printing the output to file. Even if I remove these with chomp or chop they will be added again when I write the data to file. Regards, Charles Scheepers Pr.Eng. [EMAIL PROTECTED] (011) 324-9026 (084) 511-6164 -Original Message

RE: linefeed

2003-06-26 Thread Charles Scheepers
Thanks for the reply... I an actually running the program on an UNIX platform, but it still uses CRLF in the output. I have actually tried: "print FILHNDL "Text...\012";" and the output is still translated to CRLF. Will utilities like dos2unix make a difference? Regards

linefeed

2003-06-26 Thread Charles Scheepers
are ended only with \x0A??? Do I have to use an other method than: print FILHNDL "Text...";??? Regards, Charles Scheepers Pr.Eng. [EMAIL PROTECTED] (011) 324-9026 (084) 511-6164 This communication is private, privileged and confidential intended only for the named addresse