Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^6: substr question

by ikegami (Patriarch)
on Jun 19, 2010 at 06:22 UTC ( [id://845511]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ('x' x 90).' '.('x' x 10)
      
    ...
    stevenmay 102399/s        --      -13%      -19%
    ikegami2  118154/s       15%        --       -7%
    ikegami1  126866/s       24%        7%        --
    
  2. or download this
    ('x' x 99)
    
    ...
    ikegami1   771011/s        --      -81%      -83%
    stevenmay 4071762/s      428%        --      -12%
    ikegami2  4620312/s      499%       13%        --
    
  3. or download this
    use strict;
    use warnings;
    ...
       local our $input = ('x' x 99);
       cmpthese(-1, \%tests);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found