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

Re: Code Optimization

by kcott (Archbishop)
on Sep 10, 2013 at 03:26 UTC ( [id://1053148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if(!($permute)){
        open(SEQ,'<',$sequence_fname)||die "Cannot open sequence file\n";
    ...
            close OUT;
        }
    }
    
  2. or download this
    my @seq_data;
    open(SEQ,'<',$sequence_fname)||die "Cannot open sequence file\n";
    ...
    
        close OUT;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found