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

Re^2: substrings that consist of repeating characters

by Eily (Monsignor)
on Sep 29, 2020 at 13:20 UTC ( [id://11122330]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub v6 {
        %subs = ();
        $subs{$&}++ while $string =~ m{A{2,}|C{2,}|G{2,}|T{2,}}g;
        } # v6
    
  2. or download this
          Rate   v4   v5   v6
    v4 55470/s   --  -9% -39%
    v5 60734/s   9%   -- -34%
    v6 91365/s  65%  50%   --
    

Log In?
Username:
Password:

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

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

    No recent polls found