On Tue, Mar 02, 2004 at 12:13:44AM -0800, Dan Quinlan wrote: > I think we need to discuss this one on the mailing list. > > > theo: in the SA code, do you think we should be doing return code of 0 > > is error, or 0 is ok? > > theo: I'm finding some of our code does one and some does the other. > > theo: we should pick one. > > ***theo picks 0 means error
Ok, but I picked 0 means error and 1 means ok as is standard in most
perl modules and the rest of our code. Lets this type of thing work:
$value = do_a() || do_b() || do_c();
I haven't checked all of the code, since I was just doing stuff in the
Bayes section yesterday, but ...
--
Randomly Generated Tagline:
"President Bush met with Pakistani President Musharraf today. And you
could tell Bush has limited experience with Pakistanis. Every time the
conversation with Musharraf came to a stop, Bush would ask him to turn
off the meter."
- Bill Maher, Politically Incorrect
pgpmgaYzKkskc.pgp
Description: PGP signature
