|
I have a program that telnets into a notstandard server and dumps a file to the screen. these files are anywhere from 10,000 lines to 500,000 lines. I then call
$response=$command->exp_before();
and print that variable to a file. I am having Random issues with the exp_before dropping lines and merging lines together. I just loaded expect 1.21 and I am still experiencing the problem.
I am on a HP UX server.
I have tried to set raw but no luck.
thanks in advance for you help.
|