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!
http://webhosting.yahoo.com/ps/sb/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to