what is the meaning of $:: ?



Hi,

I see this perl syntax "$::" in various scripts. What does it mean?
i.e.

$::VERSION = 0.01;

What would that be written in this way?

Thanks.
.