Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: A less extreme change..

by dragonchild (Archbishop)
on Nov 24, 2003 at 14:44 UTC ( [id://309542]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (      $genomepair eq 'aa' ) { ++$tt; }
    
  2. or download this
    my %pair_count;
    
    my $genomepair = $genome[$i] . $genome[$i+1];
    $pair_count{$genomepair}++;
    

Log In?
Username:
Password:

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

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

    No recent polls found