At 6:51 PM +0100 5/19/02, Nick Ing-Simmons wrote: >What if anything does binmode() do on VMS?
I believe CORE::binmode() is a noop, but VMS::Stdio::binmode() does an freopen() on the filehandle with carriage control processing disabled. I'll experiment with the latter and see if it makes any difference. I don't think I've ever seen a situation where it was necessary. -- ____________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "Literary critics usually know what they're talking about. Even if they're wrong." -- Perl creator Larry Wall
