Re: OS/2 port of Perl 5.8 not adding CR to \n
From: Ilya Zakharevich (nospam-abuse_at_ilyaz.org)
Date: 09/01/04
- Next message: dr_at_dark.com: "Re: Reading UTF-8 string from file with read() function."
- Previous message: Pablo S: "mod_perl on apache 1.3 and 2.0 performance test, old vs new. strage.."
- In reply to:(deleted message) Peter Weilbacher: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Next in thread: Shmuel (Seymour J.) Metz: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Reply: Shmuel (Seymour J.) Metz: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 1 Sep 2004 05:31:59 +0000 (UTC)
[A complimentary Cc of this posting was NOT [per weedlist] sent to
Peter Weilbacher
<pweilba@gwdg.de>], who wrote in article <F3cu0n62uTsd-pn2-1EfiZ5UMVyXX@gaston.Weilbacher.org>:
> just as expected.
Of course
> If Shmuel does not then something is probably wrong
> with the installation.
If it is installed, there should be no way to break CRLF stuff.
Either it is not installed (and some other version is run), or some
environment variable loads some extra module.
The first condition may be detected by
J:\test-programs\perl\modules>perl -wle "print OS2::DLLname"
J:\test-programs\perl\modules>perl -wle "print $^X"
and perl -V (the DLL name should be .../PERL312F.DLL). The second
condition is detected by the command I gave, as well as the tail of
`perl -V' output.
Hope this helps,
Ilya
- Next message: dr_at_dark.com: "Re: Reading UTF-8 string from file with read() function."
- Previous message: Pablo S: "mod_perl on apache 1.3 and 2.0 performance test, old vs new. strage.."
- In reply to:(deleted message) Peter Weilbacher: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Next in thread: Shmuel (Seymour J.) Metz: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Reply: Shmuel (Seymour J.) Metz: "Re: OS/2 port of Perl 5.8 not adding CR to \n"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|