chrisbarton has asked for the wisdom of the Perl Monks concerning the following question:
while ($requests = <REQUESTS>) { if ($requests ne '\n') { print MAIL "$requests"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: removing carriage returns
by RMGir (Prior) on Mar 29, 2002 at 14:25 UTC | |
|
Re: removing carriage returns
by Parham (Friar) on Mar 29, 2002 at 15:11 UTC | |
by RMGir (Prior) on Mar 29, 2002 at 15:17 UTC | |
|
Re: removing carriage returns
by Juerd (Abbot) on Mar 29, 2002 at 19:29 UTC |