Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: nested foreach loop, match DNA sequences and calculate score

by AnomalousMonk (Archbishop)
on Dec 18, 2012 at 15:58 UTC ( [id://1009416]=note: print w/replies, xml ) Need Help??


in reply to nested foreach loop, match DNA sequences and calculate score

Do yourself a big favor and use warnings and strict in your code at the beginning of each and every script:
    use warnings;
    use strict;

Using warnings and, in particular, strictures would have alerted you to the misuse of  @$DNAsequence1 and  $base1->[0] et al.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found