in reply to Re^2: 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?

I kind of get it, but it's still hard for me to visualize. I'm going to play with this along with everyone's code on this thread. It's a must that I get my head around it.
$state{tired}?sleep(40):eat($food);
  • Comment on Re^3: Array of Arrays: why is "$VAR1->[0][1]" and the like embedded within?