Date: Mon, 05 Feb 2001 14:15:15 -0500 From: Frank Speiser <[EMAIL PROTECTED]> In Perl, this is 5.x running on a Unix environment, what does the newline (\n) mean literally. Is it the Unix standard <lf> or is it <cr><lf>? \n is platform dependent. To generate <cr><lf> on a Unix Perl, use \r\n. Or you can play games with $\. See perlvar. --kag
- [Boston.pm] New Line Frank Speiser
- Re: [Boston.pm] New Line Kenneth Graves
- Re: [Boston.pm] New Line Ron Newman
- Re: [Boston.pm] New Line Stefan Dragnev
- RE: [Boston.pm] New Line Fernando Trias
- RE: [Boston.pm] New Line Ron Newman
- RE: [Boston.pm] New Line Fernando Trias
- RE: [Boston.pm] New Line Chris Nandor
- RE: [Boston.pm] New Line Fernando Trias
- RE: [Boston.pm] New Line Chris Nandor
