Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: warning "Out of memory!"

by vitoco (Hermit)
on Jan 23, 2014 at 10:27 UTC ( [id://1071723]=note: print w/replies, xml ) Need Help??


in reply to warning "Out of memory!"

Did you use strict; and use warnings;?

Which is the starting value of $index? From that piece of code, it seems to be undef, which is not a valid index for @proteome array.

At the other end, it seems that $index is going out of the array. Change the condition of the last until to $index >= @proteome... The same for other until condition.

Just guessing without the input file specs...

Log In?
Username:
Password:

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

    No recent polls found