From: Austin S. <te...@of...> - 2002-06-20 17:38:08
|
On Thu, Jun 20, 2002 at 10:46:54AM +0200, Roland Giersig wrote: > > On Wed, Jun 19, 2002 at 02:34:49PM -0700, Wim Verhaert wrote: > > > Thanks for the replies,... > > > It seems that the problem I have is related to the folowing command > > > > > > print $session "$argument\n"; > > > > > > The problem now in the windows environement is the '\n'. When I > replace this > > > with '\r' it works. > > > I never had this problem in a unix environement. Any comments? > > > > > > > This is an excellent question. I have had trouble with > different > > unix applications expecting \r, so it's not windows specific. > > Actually, "\r" is the correct thing to do to emulate the user pressing > the <return> key. Ahh, this makes sense. Another good FAQ candidate IMO. Austin |