in reply to Re^4: Array of Arrays: why is "$VAR1->[0][1]" and the like embedded within?
in thread Array of Arrays: why is "$VAR1->[0][1]" and the like embedded within?

But, it helps me see the relationship through the code --> pulling the values from the reference. This, and your visualization, are helping me look at how to manipulate the references to my needs, even when I'm still having trouble understanding the underlying issue.
$state{tired}?sleep(40):eat($food);
  • Comment on Re^5: Array of Arrays: why is "$VAR1->[0][1]" and the like embedded within?