Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Warnings and Strict in Production/Performance

by ikegami (Patriarch)
on Oct 17, 2006 at 17:09 UTC ( [id://578843]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       with    => \&with,
       without => \&without,
    });
    
  2. or download this
    Benchmark: running with, without, each for at least 10 CPU seconds...
          with: 10 wallclock secs (10.24 usr +  0.00 sys = 10.24 CPU) @ 20
    +.40/s (n=209)
    ...
              Rate    with without
    with    20.4/s      --     -0%
    without 20.5/s      0%      --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found