Help for this page

Select Code to Download


  1. or download this
    sub find_point(){
        my $ref = shift;
        my %hash = %$ref;
    ...
            ...
        }
    }
    
  2. or download this
    sub points_list(){
        my $ref = shift;
        my %hash = %$ref;
    ...
        }
        return \@order;
    }