| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 27 May 2003 12:54:33 -0500 |
| From: | nicebounce AT trodman DOT com |
| Message-Id: | <200305271754.h4RHsXTK006079@tigris.pounder.sol.net> |
| X-Authentication-Warning: | tigris.pounder.sol.net: rodmant set sender to nicebounce AT trodman DOT com (Tom Rodman) using -f |
| To: | cygwin AT cygwin DOT com |
| X-note: | 1G0!G/usr/sbin/sendmail -v -t -f"nicebounce AT trodman DOT com (Tom Rodman)" # less traceable, bypasses MUA |
| X-note: | -t => determine receipients from STDIN/headers |
| X-note: | "From:" is usually added by MUA?, with "sendmail -f", no From header added |
| X-note: | if you define "From:" even your bogus def is always honored |
| Subject: | printf "\n"|perl -pe '1;'|od -a #perl 5.8 converts to *DOS* text :-< |
| Mime-Version: | 1.0 |
--------
IMHO the perl v5.6.0 that came w/1.3.20 worked correctly.
In the test case below perl 5.8.0 is converting UNIX text to
DOS text - (this is breaking our old scripts).
Comments please.
--
thanks/regards,
Tom
# run below to get my address:
perl -e 'print unpack("u", "\.\=\$\!T\<F\]D\;6\%N\+F\-O\;0H\`");'
--v-v------------------C-U-T---H-E-R-E-------------------------v-v--
bash-2.05b$ uname -r
1.3.20(0.73/3/2)
bash-2.05b$ printf "\n"|perl -pe '1;'|od -a
0000000 nl
0000001
bash-2.05b$ perl -v|grep 'This is'
This is perl, v5.6.1 built for cygwin-multi
--v-v------------------C-U-T---H-E-R-E-------------------------v-v--
bash-2.05b$ uname -r
1.3.22(0.78/3/2)
bash-2.05b$ printf "\n"|perl -pe '1;'|od -a
0000000 cr nl
0000002
bash-2.05b$ perl -v|grep 'This is'
This is perl, v5.8.0 built for cygwin-multi-64int
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |