Re: [MacPerl-AnyPerl] symbolic references <-> no strict refs
[email protected] (allan) Mon, 18 Mar 2002 14:02:02 +0800
| Newsgroups | perl.macperl.anyperl |
|---|---|
| Message-ID | <[email protected]> |
Keary Suska wrote: > IMHO, symbolic refs are syntactic sugar that make code difficult to read, > follow, and debug. I recommend using hashes or objects instead. They are > easier to read, follow, and debug, and are more extensible. hi keary, thanks for the suggestions. but i dont see how you can use a hash in this case . the variable name could be many different names as it is concatenated dynamically. would you happen to have an example of this? thanks again ../allan