> >Except that there is no such thing as package scope. There
> is file scope and
> >block scope, nothing else.
Obviously I only meant this at the lexical level...
> >Personally I like the first one more....
>
> And both are surely equivalent to
>
> {
> my $invisible_lexical;
> }
Well I did assume that more would be inside the block, such as procedure
declarations....
Or did I miss your point?
Yves
Thread Next