Hi,
Show quoted text> The attached example emits ">start\nend<" instead of ">start\nend\n".
Well, here's something weird. On my Lenny machine with Perl 5.10,
I get this output:
Show quoted text>start\nend<
If, however, I simply comment out the "use 5.010" line, I get this output
instead:
Show quoted text>start\nend\n<
"use 5.010" seems to be having some kind of weird side-effect; perhaps
you should ask the core Perl developers what this is all about?
Regards,
David.