On 24 Feb 2007, at 22:58, Michael G Schwern wrote:
Just make sure whatever you return evaluates according to the test pass/fail and not its value and you should be fine. You can return a little wrapperobject like...
Or you could just return a reference to an array with the value in it. That's always true, and uses less magic and works on older platforms...
Mark.