Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: 'grouping' substrings?

by ikegami (Patriarch)
on Feb 01, 2006 at 16:50 UTC ( [id://527110]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub using_index {
       our $seq; *seq = \$_[0];
    ...
    
       return @groups;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
          using_regexp => sub { my @groups = using_regexp $seq; 1; },
       });
    }
    
  3. or download this
                   Rate  using_index using_regexp
    using_index  2039/s           --         -63%
    using_regexp 5467/s         168%           --
    

Log In?
Username:
Password:

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

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

    No recent polls found