Re: Error: Use of uninitialized value in print
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (R Huber) writes: >Why does > ><>; >print; > >give the error "Use of uninitialized value in print" > >and > >while( <> ) { >print; >} > >not give that error You've assume
Error: Use of uninitialized value in print
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 Yaho