Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!rodney From: rodney@sun.ipl.rpi.edu (Rodney Peck II) Newsgroups: comp.lang.perl Subject: Re: inetd.conf and perl Keywords: inetd, perl, sh script... Message-ID: Date: 25 Jan 91 02:58:27 GMT References: <2141@njitgw.njit.edu> Distribution: usa Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 10 Nntp-Posting-Host: ipl.rpi.edu In article <2141@njitgw.njit.edu> cdp@hertz.njit.edu (Chris Peckham) writes: > >Any ideas ? Something I missed in the man page ? Why is there a \015 (ctrl-O) >in the input stream ? That's not a control-O. Think octal. It's a control-M, thirteen base ten, a . As in LFCR. Networks seem to do that sort of thing. -- Rodney