Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Count and List Items in a List

by ikegami (Patriarch)
on Nov 01, 2005 at 16:16 UTC ( [id://504632]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       map     => \&map_test,
       foreach => \&foreach_test,
    });
    
  2. or download this
    This is perl, v5.6.1 built for MSWin32-x86-multi-thread
    
              Rate     map foreach
    map      953/s      --    -25%
    foreach 1278/s     34%      --
    
  3. or download this
    This is perl, v5.8.0 built for MSWin32-x86-multi-thread
    
              Rate     map foreach
    map     1705/s      --    -25%
    foreach 2288/s     34%      --
    
  4. or download this
    This is perl, v5.8.0 built for i386-freebsd
    
              Rate     map foreach
    map      847/s      --    -29%
    foreach 1190/s     40%      --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found