Re: help with Expect

2004-05-22 Thread Cedric Godin
On Friday 21 May 2004 23:41, Yi Chu wrote: > Does anyone know the mailing list for beginners for Expect? Or some of you > may know the answer to my question, I just ask the question here. > > How to send function key in Expect program? > > Example: > send "Tab()\r" > would send the tab character.

Re: Substitution/Regex problem

2004-05-02 Thread Cedric Godin
On Thursday 29 April 2004 10:31, Owen wrote: > I would like to replace all instances of > > @non_space_characters[non_space_characters] with > $non_space_characters[non_space_characters] > > The program below gets the first one only. How do I get the others? > > TIA > > Owen > ---