Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: non-exact regexp matches

by vinforget (Beadle)
on Jun 23, 2004 at 17:24 UTC ( [id://369123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /ACCAAC[ACGTacgtNn]{6}CTA[ACGTacgtNn]{1}ATG[ACGTacgtNn]{1,2}GATGTT/
    
  2. or download this
    $buf =~ m/(A)(C)(C)(A)(A)(C)([ACGTacgtNn]{6})(CTA[ACGTacgtNn]{1})(A)(T
    +)(G)([ACGTacgtNn]{1,2})(G)(A)(T)(G)(T)(T)(?{
        print $-[0]," ",scalar@-,"\n";
        })(?!)/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-29 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found