Help for this page

Select Code to Download


  1. or download this
    $self1->{'other'} = $self2;
    $self2->{'other'} = $self1;
    
  2. or download this
    push @all_your_Base, $self1, $self2;