Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: substrings that consist of repeating characters

by LanX (Saint)
on Sep 27, 2020 at 20:06 UTC ( [id://11122270]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<39> $_ = "AAATTTAGTTCTTAAGGCTGACATCGGTTTACGTCAGCGTTACCCCCCAAGTTAT
    +TGGGGACTTT";
    
    ...
    13  'TT'
    14  'TT'
      DB<43>
    
  2. or download this
      DB<43> print join "\n", sort { length($b)<=>length($a) } @substr
    CCCCCC
    ...
    TT
    TT
      DB<44>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-19 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found