The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PerlIO::nline - Perl extension for newline translation

SYNOPSIS

  binmode STDOUT, ":nline";

DESCRIPTION

This module is deprecated in favour of PerlIO::eol, c.f.. The current version just pushes :eol(LF-CRLF). This means that :nline won't show up in the output of PerlIO::get_layers any more.

THANKS TO

Audrey Tang, for taking my half-baked idea and turning it into something useful :).

SEE ALSO

PerlIO::eol.

AUTHOR

Ben Morrow, <PerlIO-nline@morrow.me.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Ben Morrow

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.