Re: [Exim] $message_body doesn't work! [OT]

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeffrey Goldberg
日付:  
To: Phil Pennock
CC: ewzi, exim-users
題目: Re: [Exim] $message_body doesn't work! [OT]
On Mon, 19 Mar 2001, Phil Pennock wrote:

> while (<STDIN>) {
>         next unless /^$/;
>         last;
> }
> while (<STDIN>) { print }


Simplier would be:

while (<STDIN>) { last if /^$/ } # chuck everything upto blank line
while (<STDIN>) { print }

But you probably realized that a few seconds after you posted.

Considering that there is a primate species that includes, among others,
Larry Wall, I can't see how anyone can claim that the aye-aye is the most
bizarre primate.


-j

--
Jeffrey Goldberg
I have recently moved, see http://www.goldmark.org/jeff/contact.html
Relativism is the triumph of authority over truth, convention over justice