Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Algorithm Efficiency vs. Specialized Hardware?

by lhoward (Vicar)
on Jun 21, 2000 at 00:02 UTC ( [id://19091]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $now = 8;
    my %url = ( monday => { @{[map(($_,1), (1..1000))]} } );
    ...
      $now = (sort grep {$_ <= $now} keys %{$url{'monday'}})[-1];
    }
    
  2. or download this
       my %url;
       my $now = 8;
    ...
            });
         undef %url;
       }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-29 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found