On Tue, 5 Mar 2002 11:22:11 +0100, Beat Pfister wrote: >Now I have tested the code below from Chris Nandor with Unix Perl (Solaris) >and it works fine!!! >Has someone an idea why it does not work with MacPerl??
Because "\r" and "\n" are different on MacPerl and on Unix? But seriously: you don't use any of the above, so that shouldn't make a difference. You don't use any exotic shebang options, like "-l", do you? You don't accidently set $\? -- Bart.