Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Understanding a portion on the Perlretut

by Corion (Patriarch)
on Dec 09, 2015 at 13:33 UTC ( [id://1149758]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        ...
    
  2. or download this
        while ($dna =~ /(\w\w\w)*?TGA/g) { # note the minimal *?
        print "Got a TGA stop codon at position ", pos $dna, "\n";
        }
    
  3. or download this
        Got a TGA stop codon at position 18
        Got a TGA stop codon at position 23
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found