in reply to Getting error when declaring utf8 variable as lexical
That code works, and even stranger variable names will work without "strict".${"weird var name even with a space in it!"} = 'qwerty'; print ${"weird var name even with a space in it!"};
To be more specific, what exactly hexadecimal codes of that strange variable name?
Courage, the Cowardly Dog
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Getting error when declaring utf8 variable as lexical
by MrNobo1024 (Hermit) on Aug 10, 2002 at 19:21 UTC | |
by Courage (Parson) on Aug 10, 2002 at 19:37 UTC |