in reply to Perlnet Telnet issue with ->

waitfor is awaiting a pattern - the > symbol. You will need to be more specific in your waitfor call, change your prompt, filter the program output to remove the prompt characters, or something similar.

--MidLifeXis