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

Re: How to get the correct count

by Ratazong (Monsignor)
on Apr 19, 2012 at 10:59 UTC ( [id://965911]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while($k=~ /[AG]TG.*T[AG][AG]/ig){$GENE++}
    
  2. or download this
    while($k=~ /([AG]TG.*T[AG][AG])/ig){$GENE++; print "$1\n";}
    

Log In?
Username:
Password:

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

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

    No recent polls found