for (@$list) { ... } #### for (keys %$table) { ... } #### $grid[$x][$y] #### our $buf; local *buf = $ref;