Subject: Re: What does $var mean?
From: Stefano Crocco <stefano.crocco alice.it>
Date: Fri, 1 Feb 2008 18:40:25 +0900
References: 289436
In-reply-to: 289436
Alle Friday 01 February 2008, Magicloud Magiclouds ha scritto:
> Hello,
> I mean what kind of variable is $var? What is its 'domain'?
>
> Thanks.
It's a global variable. This means it's visible from everywhere in your
program.
Stefano Crocco