Subject: | Dying in the middle of ->print |
Currently th code of the $reg->print method is written such that print
starts outputting text before it knows whether it will be able to print
the whole thing. So far I have seen print die during theta(),
standarderrors(), rsq() and even with a division by zero when dividing
$theta->[$i]/$standarderrors[$i].
IT would be nice if this could be written such that there is only either
a die or output.
Thanks for an amazing module!