Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: M Taylor <mctylr@privacy.nb.ca>
To: Wilbert Knol <zl2bsj@zl2tze.ath.cx>
Cc: linux-hams@vger.kernel.org
Subject: Re: Linux AX.25 Socket programming
Date: Fri, 3 Jan 2003 21:02:22 +0000	[thread overview]
Message-ID: <20030103210222.A10721@pull.privacy.nb.ca> (raw)
In-Reply-To: <Pine.LNX.4.44.0301040925500.9645-100000@zl2bsj.ampr.org>; from zl2bsj@zl2tze.ath.cx on Sat, Jan 04, 2003 at 09:47:05AM +1300

On Sat, Jan 04, 2003 at 09:47:05AM +1300, Wilbert Knol wrote:
> 
> 
> > The standard end-of-line in AX.25 related world is CR
> 
>    # Un-buffer STDIN:
>    $|=1;
>    # Use AX25 EOL:
>    # (Check the '$/' paragraph in 'man perlvar')
>    $/="\r";

For portable Perl, 
	$/ = \015;	# CR
because \r and \n can vary across different Perl platforms (e.g. MacOS as
I recall).


  parent reply	other threads:[~2003-01-03 21:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-01 18:59 Linux AX.25 Socket programming Jonathan Naylor
2003-01-01 22:48 ` Kelly Black
2003-01-01 23:00   ` Andrew Bates
2003-01-02  2:12     ` Kelly Black
2003-01-03  0:44       ` Curt Mills, WE7U
2003-01-02  4:37 ` Tomi Manninen
2003-01-02  5:13   ` Kelly Black
2003-01-03  6:32   ` Wilbert Knol
2003-01-03 17:17     ` Tomi Manninen OH2BNS
2003-01-03 20:47       ` Wilbert Knol
2003-01-03 20:58         ` Kelly Black
2003-01-03 21:02         ` M Taylor [this message]
2003-01-03 22:26           ` Wilbert Knol
2003-01-06  9:28             ` Wilbert Knol

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030103210222.A10721@pull.privacy.nb.ca \
    --to=mctylr@privacy.nb.ca \
    --cc=linux-hams@vger.kernel.org \
    --cc=zl2bsj@zl2tze.ath.cx \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox