Chris Stinemetz wrote:
Can someone tell me why I am getting the following error?

Global symbol "$quess" requires explicit package name at ./ex10-1.pl line 18.
Execution of ./ex10-1.pl aborted due to compilation errors.

I declare $guess inside the while loop. Shouldn't that suffice for the
rest of the scope?

You declare $guess but the error message says "$quess" (a Q instead of a G).



John
--
Any intelligent fool can make things bigger and
more complex... It takes a touch of genius -
and a lot of courage to move in the opposite
direction.                   -- Albert Einstein

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to