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

Re^3: Faulty Control Structures?

by Narveson (Chaplain)
on Jan 29, 2008 at 04:55 UTC ( [id://664844]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $annotation_read_handle, '<', $annotation_file;
    my %annotations_for;
    ...
        push @$annotations_for{$an_chrom}, $ad;
    }
    close $annotation_read_handle;
    
  2. or download this
        # look up the list of annotations relevant to the current chromoso
    +me
        my $annotations_ref = $annotations_for{$main_chrom};
        # loop through just these annotations
        ILC: foreach my $ad (@$annotations_ref) { # ...
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://664844]
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-03-28 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found