From:"Ahmed Moustafa" <[EMAIL PROTECTED]>

> What is the default scope for a variable defined inside a subroutine?

The scope os a lexical variable is always to the end of the 
enclosing block or eval()ed string or the file.

The body of a subroutine is just a block as far as scoping is 
concerned.

Jenda

P.S.: Please do not quote the whole history of the thread if you 
only need to ask a simple question.

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to