Re: [MacPerl-AnyPerl] symbolic references <-> no strict refs

2002-03-18 Thread Keary Suska
on 3/17/02 11:02 PM, [EMAIL PROTECTED] purportedly said: > 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? David Iberri gave a concrete example according

Re: [MacPerl-AnyPerl] symbolic references <-> no strict refs

2002-03-18 Thread David Iberri
Said allan: >> 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. Not to mention that those extra sigils give