Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: variable as hash name

by blackzero (Acolyte)
on Dec 08, 2012 at 05:19 UTC ( [id://1007856]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    230;238;101;103;138;146;112;116;;
    230;238;101;103;146;146;108;112;;
    224;238;0;0;146;146;110;118;;
    238;238;0;0;146;146;112;114;;
    
  2. or download this
    @loci_codes = qw( Bet01 Bet05 Bet06 Bet12 );
    
  3. or download this
    while ( defined( $line = <> ) )
    my @alelos = split ";", $line;
    
  4. or download this
     
    while ( @loci_codes )
    {
    ...
      %$variable{$allele1) += 1;
      %$variable{$allele2} += 1;
    }
    
  5. or download this
    %Bet01 = ( 230 => 2, 238 => 5, 224 => 1,);
    %Bet05 = ( 101 => 2, 103 => 2, 0 => 4, );
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-16 18:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found