Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(RhetTbull) Re: Re: obtaining the three leftmost characters of a string

by RhetTbull (Curate)
on Jun 10, 2002 at 12:16 UTC ( [id://173087]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    regex: 37.940104 seconds
    substr: 14.430599 seconds
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $stop = [gettimeofday()];
    $run_time = tv_interval($start,$stop);
    print "substr: $run_time seconds\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found