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