[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] socket communications on a Mac



At 10.02 -0500 1998.12.24, Thomas R. Kimpton wrote:
># Add this line near the top
>$NWNL = "\r\n";		# Network New line (carriage-return,line-feed)

No, in MacPerl it would be "\n\r".  The Right Way is, for all ASCII platforms:

  $NWNL = "\015\012";

Re: perlport.pod, which is on CPAN and in the perl5.005 distributions.

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch