in reply to removing carriage returns
EDIT. RMGir got me good. Sorry for the mistake. (didn't put my newlines back in)while ($requests = <REQUESTS>) { chomp $requests; #remove any endline characters if ($requests ne "") { #if all endline characters are wiped, check f +or nothingness print MAIL "$requests\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: removing carriage returns
by RMGir (Prior) on Mar 29, 2002 at 15:17 UTC |