>
Home
>
Documentation
>
Latest documentation
>
Filters
>
mac
NAVIGATION
Home
Documentation
Downloads
Mail lists and IRC
External websites
Suggestions and contributions
User location map
PAGES THAT LINK HERE
dos
unix
ACCOUNT LOGIN
You are not logged in
Log in
Create an account
Password reminder
mac
Converts line-feeds into carriage-returns.
Also see the
dos
and
unix
filters.
Source code
sub
{
my
$val
=
shift
;
$val
=
~
s
/
\r
?
\n
|
\r
\n
?
/
\r
/
g
;
return
$val
;
}
Category:
Filters
Last modified by:
Kevin Walsh
Modification date: Monday 26 February 2007 at 11:43 AM (EST)
Home
|
Legal nonsense
|
Privacy policy
|
Contact us
Copyright © 2001-2012
Cursor Software Limited
. All Rights Reserved.