Xref: utzoo comp.lang.perl:1756 comp.lang.rexx:254 Path: utzoo!attcan!uunet!aplcen!haven!udel!princeton!czar.Princeton.EDU!fuchs From: fuchs@tsar.Princeton.EDU (Ira Fuchs) Newsgroups: comp.lang.perl,comp.lang.rexx Subject: Scripting a TELNET session Message-ID: <1059@idunno.Princeton.EDU> Date: 5 Jul 90 18:58:36 GMT Sender: news@idunno.Princeton.EDU Reply-To: fuchs@tsar.Princeton.EDU (Ira Fuchs) Followup-To: comp.lang.perl Organization: Princeton University Lines: 5 I am looking for a way to "Script" a TELNET session (and less importantly, a TIP session). That is, I want to be able to write a script which will read data received and send data based on it (and other variables). Ideally I would like to use an existing language such as PERL, REXX, SNOBOL, etc. Has anyone ever developed the hooks to permit this?