Help for this page
sub find_point(){ my $ref = shift; my %hash = %$ref; ... ... } }
sub points_list(){ my $ref = shift; my %hash = %$ref; ... } return \@order; }