on Tue, 30 Jul 2002 18:27:18 GMT, [EMAIL PROTECTED] (Brian
Bratcher) wrote: 

> what is the difference between:
> 
> my $number = 200;
> and
> $number = 200;
> ?

You should read e.g. M-J Dominus' article 'Coping with Scoping' at

    <http://perl.plover.com/FAQs/Namespaces.html>

-- 
felix

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

Reply via email to