http://qs321.pair.com?node_id=744477


in reply to Two operating systems.

I have had good results using the Expect module to control a program via a Telnet connection.

It's not entirely intuitive. The book Exploring Expect (O'Reilly, 1994), which is about the TCL program that inspired the Perl module, helped me.

cat >~/.sig </dev/interesting

Replies are listed 'Best First'.
Re^2: Two operating systems.
by samtregar (Abbot) on Feb 17, 2009 at 17:31 UTC
    Wow, I loved that book. I started out as a TCL programmer and that book totally rocked my world. That and Mastering Regular Expressions.

    -sam