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

Re: Slow but it works

by pixel (Scribe)
on Oct 03, 2001 at 17:55 UTC ( [id://116448]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @timestamps = sort (@timestamps);
    $unique[0] = $timestamps[0];
    ...
        $counter++;
      }
    }
    
  2. or download this
    my %unique;
    @unique{@timestamps} = ();
    my @unique = keys %unique;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-25 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found