Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

old code revisited

by neophyte (Curate)
on Sep 08, 2001 at 17:23 UTC ( [id://111156]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    use strict;
    ...
        'func' => \&zeit_mit_func,
        'array' => \&zeit_mit_array,
    });
    
  2. or download this
    Benchmark: timing 100000 iterations of array, func...
         array: 11 wallclock secs (10.82 usr +  0.00 sys = 10.82 CPU) @ 92
    +42.14/s (n=100000)
          func: 33 wallclock secs (32.68 usr +  0.00 sys = 32.68 CPU) @ 30
    +59.98/s (n=100000)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-24 08:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found