in reply to Re: Re: Array of arrays used within object
in thread Array of arrays used within object
In the interests of getting some data, I now have a crude substitute for the ideal code (I'll work on that when deadlines are less pressing). It's like this:
package msatminer; sub zap { @nreg = (); } # rest of package essentially the same as posted above...
Thus, calling a “msatminer::zap” before opening each genome file, then running the other methods on the starts and stops, and saving the results before the next “zap” I can at least get valid results out.
However, if this is somehow very, very naughty in a way I haven't realised, then please tell me ;-)
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Array of arrays used within object - crude substitute
by esh (Pilgrim) on Aug 08, 2003 at 01:36 UTC |