I try to access the array named @name, by @{'name'} or by using variable @$var where $var='name'.
Ultimately it does not work, @name is not same as @{'name'} which notation should I use instead of @$var or @{$var} to point to correct array @name ?
so far I have no other choice to use @{'name'} from beginning of my program, but I'd like to declare/use @name.
Thank you for your wisdom, Steve
In reply to Array naming difference @name @{'name'} by stevemadden
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |