Help for this page

Select Code to Download


  1. or download this
        if (! defined $self->{_condition}{$condition}) {
          $self->{_condition}{$condition} = Condition->new();
        }
    
  2. or download this
        unless (defined $self->{_condition}{$condition}) {
          $self->{_condition}{$condition} = Condition->new();
        }