http://qs1969.pair.com?node_id=7718


in reply to Re: Return?
in thread Return?

Wouldn't:
$message =~ s/\r|\n//g;
do the same thing as:
$message =~ s/\r\n|\n\r//g;

Your humble servant
-Chuck