For more information... RTFM!
NAVIGATION
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

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