On Fri, Jun 15, 2001 at 07:44:44PM -0400, Tim Musson wrote:
> 
> Now I'm stuck on the word scope. Is that like keeping the variable
> within a sub or foreach or while?

Pretty much.  In general you can think of braces { } defining a scope,
and imagine there are braces around the entire file.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to