From: Austin S. <te...@of...> - 2002-12-03 17:07:04
|
On Tue, Dec 03, 2002 at 01:35:53PM -0200, Paulo Roberto wrote: > Hi, i=B4m from Brazil, and i try make interface program (with terminal = 3270) to web... >=20 > I have so problem, may someone could help me.... >=20 > I need execute e send commands to program, and pick up the screen and s= how to user in web... > Execute i can, but pick up the screen and send command i don=B4t know > Down have the script ... Try setting $Expect::Exp_Internal and $Expect::Debug and see if those help show why it's not matching 'data: .*'. It may be, if it's a curses c= lient, that it doesn't actually print 'data: ' each time it puts new data on the screen. Austin <script snipped> |