in reply to Re: Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?
in thread Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?

I like your "style" sir - I do that but I realize I could do MORE of that. Making perl "english-like" and avoiding loops make life so much more readable.. AND using strict and bareblocks to minimize scope..

I ++'d you :)

  • Comment on Re^2: Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?