in reply to Re: Re: Handling weird return values with or die
in thread Handling weird return values with or die

I see; since boolean true would refer to any value above 0 and false only refers to to 0, and the fact that multiple error codes are much more useful than multiple success codes :-), zero has to be the success code. Thanks!
  • Comment on Re: Re: Re: Handling weird return values with or die