Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: getting my neighbours in an N-dimensional space

by Masem (Monsignor)
on Jan 22, 2002 at 21:47 UTC ( [id://140692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub closer_to_origin {
       my ( $start, $test ) = @_;
    ...
    
       return ( $td < $sd );
    }
    
  2. or download this
    my @closer_ns = grep { closer_to_origin( \@point, $_ ) } @n;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://140692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-19 10:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found