Edward Peschko writes:
: I guess my question is what would be the syntax to access hashes? Would
: 
: $hashref.{ }
: 
: be that desirable? I really like ->{  } in that case..

It won't be either of those.  It'll simply be $hashref{ }.

Larry

Reply via email to