Ingo Blechschmidt wrote:
am I correct in the assumption that the following is an error?
# Not in a BEGIN block
my $::(calc_varname()) = 42;
The more interesting question is: how do you expect to
adress the var in the code that follows? I guess the compiler
won't have a problem with taking
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Blechschmidt
> Sent: Saturday, May 21, 2005 7:22 AM
> To: perl6-language@perl.org
> Subject: Declaration of my() variables using symbolic referentiation
>
> Hi,
>
> am I correct in the assumption that the foll