Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Some suggestions on coding style - a chance to critique

by thelenm (Vicar)
on Jun 27, 2002 at 16:46 UTC ( [id://177759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw(cmpthese);
    cmpthese(10000000, {
      single => sub {$foo = 'http://www.yoursite.com'},
      double => sub {$foo = "http://www.yoursite.com"},
    });
    
  2. or download this
                Rate double single
    double 2865330/s     --    -2%
    single 2915452/s     2%     --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-23 12:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found