my $obj = get_object( $id, $position ); # use methods on $obj to get data sub get_object { return $hash{ $_[0] }{ $_[1] }; }