Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Ampersands and sub speed

by xdg (Monsignor)
on Oct 14, 2005 at 21:58 UTC ( [id://500385]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
        k4 => sub { do_something       },      
        k5 => sub { &do_something      },      
    });
    
  2. or download this
           Rate  k2  k1  k4  k3  k5
    k2 359975/s  -- -3% -6% -7% -8%
    ...
    k4 382293/s  6%  3%  -- -2% -3%
    k3 388120/s  8%  5%  2%  -- -1%
    k5 392991/s  9%  6%  3%  1%  --
    

Log In?
Username:
Password:

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

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

    No recent polls found