Re: trying to learn

Abhijit Menon-Sen <[email protected]> Fri, 3 Sep 2004 12:48:21 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
At 2004-09-03 12:43:32 +0530, [email protected] wrote:
>
> > @numbers = <STDIN>;
> 
> You get just one newline terminated line here.

No, you don't. <> returns a list of all available lines in list context,
so it's exactly right.

> The stdin is line buffered by default.

That has nothing to do with anything.

-- ams