RE: xmit Perl code for carriage return during telnet session

2002-03-18 Thread John
all you need. Keeps me from having to use tcl ;-) > -Original Message- > From: John [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 17, 2002 10:13 PM > To: [EMAIL PROTECTED] > Subject: RE: xmit Perl code for carriage return during telnet session > > > Daniel, >

RE: xmit Perl code for carriage return during telnet session

2002-03-18 Thread Marlon Jackson
t; From: John [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 17, 2002 10:13 PM > To: [EMAIL PROTECTED] > Subject: RE: xmit Perl code for carriage return during telnet session > > > Daniel, > > Thanks for the suggestion, but I'd already tried that > variation-on-a

RE: xmit Perl code for carriage return during telnet session

2002-03-17 Thread John
PROTECTED]] Sent: Monday, March 18, 2002 12:45 AM To: John Cc: [EMAIL PROTECTED] Subject: Re: xmit Perl code for carriage return during telnet session Hello John, Monday, March 18, 2002, 5:15:18 AM, John wrote: > I do not understand the results of the following experiment, and would >

Re: xmit Perl code for carriage return during telnet session

2002-03-17 Thread Daniel Gardner
Hello John, Monday, March 18, 2002, 5:15:18 AM, John wrote: > I do not understand the results of the following experiment, and would > appreciate input. > Using telnet on a Win PC, I executed this code: > perl -e ‘print "Hello world.\n\r"' > /dev/tty1 > On my Linux system monitor (/d

xmit Perl code for carriage return during telnet session

2002-03-17 Thread John
I do not understand the results of the following experiment, and would appreciate input. Using telnet on a Win PC, I executed this code: perl -e ‘print "Hello world.\n\r"' > /dev/tty1 On my Linux system monitor (/dev/tty1), I see "Hello world." printed along with the newline and carria