Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Assigning Variables to String Elements

by ig (Vicar)
on Dec 07, 2013 at 00:47 UTC ( [id://1066088]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my @PAR1_info (@PAR1) {
         
    ...
    
            my $PAR1_diversity = (($pi_sum/$L_sum)/($differences_sum/$cove
    +rage_sum));
    }
    
  2. or download this
        $pi_sum = 0;
        $L_sum = 0;
    ...
    
               my $PAR1_diversity = (($pi_sum/$L_sum)/($differences_sum/$c
    +overage_sum));
        }
    
  3. or download this
        $pi_sum = 0;
        $L_sum = 0;
    ...
    
               my $PAR1_diversity = (($pi_sum/$L_sum)/($differences_sum/$c
    +overage_sum));
        }
    
  4. or download this
    my @X_info = <CHR_X_INPUT>;
    chomp(@X_info);
    

Log In?
Username:
Password:

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

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

    No recent polls found