Thank you very much for your help
about Perl.

There's just something I didn't get yet.
When I write

*PI = 5;

What am I really doing?
I think I was assigning (not attribing :) ) the value
5 to the scalar slot of the glob PI, since 5 is scalar,
but when asking for a

print "$PI";

all we see is a 
'Use of uninitialized value in concatenation (.)'
message, even if $PI is being previously 
declared with my or our.

Thanks again
Silvio Santana

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

Reply via email to