Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

2d array

by jnarayan81 (Sexton)
on Jan 03, 2013 at 20:17 UTC ( [id://1011511]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     ## Declare few single dimensional array 
    my @row1 = qw(71 22 15 10 51); 
    my @row2 = qw(91 82 28 11 91); 
    ...
       print "\n";
    }
    
  2. or download this
    
                for ($aaa=0; $aaa<=$#unique_species; $aaa++) # The @unique
    +_species is Chimp,Dog,Horse,Human,Monkey,Pig,Rat
    ...
    undef @target_species;  undef @species; undef @chromosome;undef @matri
    +x; undef @brk_cordinates;  undef @target_brk_cordinates;  undef @da; 
    +  undef @brk_decision;
    undef @dog_brk; undef @horse_brk; undef @monkey_brk; undef @pig_brk; u
    +ndef @human_brk; undef @chimp_brk; undef @rat_brk; undef @mouse_brk; 
    +undef @pig_brk; undef @dog_brk; undef @horse_brk; undef @cattle_brk; 
    +undef @allBreakpointCoordinates; undef @all_sps_array;
    undef @allDecision;  undef @matrix;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found