Why does

<>;
print;

give the error "Use of uninitialized value in print"

and

while( <> ) {
print;
}

not give that error or any other for that matter (and
I do realize the infinite loop aspect of the while
loop)

Thanks,
rj

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]