>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:

Akim> + return 1 if $comp eq 'TRUE';
Akim> + return 0 if ! defined $cond_vals{$comp};

Akim> I don't understand why you had TRUE here.  I mean, it seems to
Akim> me it's a `next' not a return.  Conditionals are conjunctions,
Akim> not disjunctions.

Thanks.  I fixed this.

Tom

Reply via email to