Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: How would you code this?

by kennethk (Abbot)
on Apr 07, 2016 at 00:03 UTC ( [id://1159773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @also = sort {$a->[0] <=> $b->[0]} @points;
    for my $i (reverse 0 .. $#points) {
        splice @also, $i, 1 if $points[$i] ne $also[$i];
    }
    
  2. or download this
    my $frame = 10;
    my @buffer;
    ...
        }
    }
    print @$_ for @buffer
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-23 06:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found